Hi,
Maybe this is a dumb question because I'm not an expert with Flux.
My react-native-router-flux is inside my drawer like this :
<Drawer>
<Router />
</Drawer>
In my drawer I want to know my current routes with getCurrentRoutes(). Is it possible ?
Thank you !