React Native Tutorial - 74 - Navigation between Screens

preview_player
Показать описание

📱 Follow Codevolution

Navigation between Screens
React Native Tutorial
React Native Tutorial for Beginners
Рекомендации по теме
Комментарии
Автор

Seemed to have an unresponsive button until I looked at the docs. Probably a recent tightening on 0.73 seeing as it works for you.

I changed
"export default function HomeScreen({ navigation }) {"

to
"const HomeScreen = ({ navigation }) => {"

and put
"export default Homescreen;"
at the end.

Now it works 🤷🏻‍♂

paulduffy
Автор

What’s the difference between useRouter and navigate?

beckyzahid
Автор

what can happen if the screen component is not in the Navigation Container ?

paulinkladi
Автор

I didn't achieve anything, i have this issue many from many years ago. when react-native came, and the other extensions, i started it and till now i have this error

Soccer_Incredible_Moments