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
How can I close a modally opened window with its own navigation stack?
I have the following structure in my React Native project, suggested by this answer:
export const Root = () => {
const RootStack = useMemo(() => createStackNavigator(), []);
const HomeSt...

Tamás Sengel
Votes: 0
Answers: 3
How to solve: TypeError: undefined is not an object (evaluating 'navigation.navigate')
Im trying to use Stack navigator in react native in order to go from my "welcome screen" to my next page, "create alarm screen" However, it keeps giving me the error that navigatio...
Jay
Votes: 0
Answers: 2
How can I set a default screen for a nested Stack-Navigator in React-Native-Navigation v5?
I am using a stack navigator within a bottemtabbar and I want to set a default screen in the stack navigator.
I'm using React-Native-Navigation v5, so I'll have to create the Navigator like this:
cons...
JaRoMaster
Votes: 0
Answers: 1