Questions tagged [react-router-navigation]

Provides tools to navigate between multiple screens with navigators or tab views. This library is based on react-router, react-navigation, and react-native-tab-view.

2 questions
1
vote
0 answers

Update title and/or buttons in navbar from within component with react-router-native & react-router-navigation

I am using react-router-navigation in my app. Let's say we have a login page where user have to enter his username and this username should appear in navbar as user is typing. Given that routing is defined elsewhere from the actual component and…
0
votes
1 answer

React Native: no style on views works when I use react-router / react-router-navigation

Advance, sorry if my english is not the best. I've not been working on React Native for a very long time and now I have to implement an app with it. I currently use: Android Studio 3.3 Android 9.0 Api 28 React Native 0.57.8 React Router 4.3.1 React…