python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
React Native: Add BottomTab Component in React Navigation
I am new in react-native and i want to integrate bottomtab to existing code.
The below code is a simple app which contain two screens Home and Settings. For Navigation, I am using React Navigation lib...

likith sai
Votes: 0
Answers: 2
Send params to both of the screen in react-native
this is my screen structure
Stack.Navigator
Login (Screen)
Register (Screen)
Todolist-screen (Tab.navigator)
todolist (Screen)
profile (Screen)
enter image description here
as you can see im sending p...

Akhmad Fauzan
Votes: 0
Answers: 0
Bottom Tabbar touchables are red in react-native inspector and not clickable
I'm facing a weird issue with my react-native application which i'm not able to solve.
I use react-navigation in my app and @react-navigation/bottom-tabs for the bottom tab navigator.
While developing...
Stevetro
Votes: 0
Answers: 0
The action 'NAVIGATE' with payload {"name":"Home"} was not handled by any navigator. Do you have a screen named 'Home'?
I'm using the React NavigationV6 to create a static app for now.
After setting up my Navigation process like this Im having an issue moving to the Home Screen from the Login and Register Screen. And a...

Masi
Votes: 0
Answers: 1