Skip to content Skip to sidebar Skip to footer

How To Not Affect Current Route And Change 'title' Of Navigationbarroutemapper Directly -- React Native?

Following is snippet: var NavigationBarRouteMapper = { ... , RightButton(route, navigator, index, navState){ return(

Solution 1:

I don't think it is supported at the moment. The NavigatorIOS module was dumped by Facebook and now maintained by the community, so I doubt that it will be resolved any time soon.. you can track the issue here.

Instead, you can use NavigationExperimental to achieve the same result (although it might get hairier as this is only half-backed). Check out NavigationExperimental in UIExplorer to see for yourself.

Post a Comment for "How To Not Affect Current Route And Change 'title' Of Navigationbarroutemapper Directly -- React Native?"