React Navigation 6 Tutorial - Tab, Stack, Nested Navigators

Veröffentlicht am: 02 Dezember 2021
auf dem Kanal: EPIC Programming
20,134
200

In this tutorial, you will learn how react native stack, tab navigator and how navigation between screens work by implementing in TypeScript a simple e-commerce app.

React Native Navigation v6 provides a Stack Navigator (Stack Navigation) which is a way for your app to transition between screens where each new screen is placed on top of a stack.

Possibly the most common style of navigation in mobile apps is tab-based navigation (tab navigator). This can be tabs on the bottom of the screen or on the top below the header (or even instead of a header)

Nesting navigators means rendering a navigator inside a screen of another navigator

----------------------------------------------------------

Installation:
--- expo init react-native-navigation-app --npm
--- cd react-native-navigation-app
--- npm run android
--- npm install @react-navigation/native
--- expo install react-native-screens react-native-safe-area-context
--- npm install @react-navigation/native-stack
--- npm install @react-navigation/bottom-tabs

Resources:
https://reactnavigation.org/docs/


Auf dieser Seite können Sie das Online-Video React Navigation 6 Tutorial - Tab, Stack, Nested Navigators mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer EPIC Programming 02 Dezember 2021 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 20,134 Mal angesehen und es wurde von 200 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!