python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Creating SignInScreen which leads to HomeScreen
Hey im trying to learn React Native.
I found some nice tutorials to create my app. So far did I manage to program a form with firebase authentication. After login the user is directed to the mainscree...
renobueno
Votes: 0
Answers: 1
backBehavior is not working in react native for current version
react native BackBehavior ="history" or "order" is not working in react native bottom tab for current version what can i do to fix this..suppose from stories if i go to some other ...
afshana zaman
Votes: 0
Answers: 0
How to hide the bottom tab bar navigator on a specific screen?
I am using react navigation version 4.
My goal is to hide the tab bar navigator only on the done screen.
neither
tabBarStyle: { display: "none" }
nor
tabBarVisible: false
work.
My navigato...
juro
Votes: 0
Answers: 1
Error adding React Native Navigation header button [Error: Text strings must be rendered within a <Text> component.]
I'm building a mobile app with React Native in an expo managed project and I'm using React Navigation. I'm using a Stack navigation and Tabbar navigation. I'm having trouble adding a simple button int...

flpmko
Votes: 0
Answers: 1