Skip to main content

All Questions

Tagged with
3 votes
2 answers
3k views

Different tabBar icons in react navigation for selected and unselected state?

I am setting up a tabbar using react navigation in react native. I am unable to setup multiple tabbar icons for selected/unselected state. Any reference or doc would help ?
Pulkit Sharma's user avatar
0 votes
1 answer
2k views

react navigation modal swipe

I am currently using react-navigation in a project and running into a view issues. I have two main screens, Login and Main. After logging in a user is taken to the Main screen. The main screen has a ...
Tarang Hirani's user avatar
1 vote
2 answers
251 views

Control StackNavigator outside of the animated scene

EDIT: I understand my problem and solution so I'm rephrasing my question, followed by an answer. A normal StackNavigator and screen with navigation looks like this: class ExampleScreen extends React....
Dane Harrigan's user avatar
6 votes
0 answers
2k views

React Navigation Stack Navigator default shadow styling

I'm using React Navigation to construct a tab bar based type of an app in ReactNative. "react-native": "0.44.0", "react-navigation": "^1.0.0-beta.9", I've got the navigation part pinned down and ...
hdsenevi's user avatar
  • 981
5 votes
2 answers
7k views

Can't find variable: navigate - ReactNative navigation

i have been trying to solve this problem from few days. i want to impelment navigation stack and navigate to another views. i referred this official document here. https://reactnavigation.org. but im ...
Im Batman's user avatar
  • 1,876
2 votes
0 answers
195 views

IOS react-navigation: screen not rerendered with TabNavigator

There are screens Home and New. Home displays a list of data stored in a db. New writes to db. Home screen should remount to display new data when user navigates to it but doesn't. Is this expected ...
user3549700's user avatar
1 vote
3 answers
2k views

React Navigation: Missing prop at top level component

I have a stack navigator set up in the following way const wishlizt = StackNavigator({ Splash: {screen: SplashScreen}, SignIn: {screen: SignInScreen}, SignUp: {screen: ...
Hugo Pretorius's user avatar
3 votes
2 answers
5k views

React Native's React-Navigation: Adding a badge in TabNavigator's Tab

In React-Native with React-Navigation I have a Tabnavigator like so: const testScreenNavigator = TabNavigator({ Tab1: { screen: Tab1Screen }, Tab2: { screen: Tab2Screen }, Tab3: { screen: ...
user3819370's user avatar

15 30 50 per page
1
10 11 12 13
14