Skip to content

sahilrajput03/learn-react-native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

README

tldr: React-navigation is most robust.

Points to remember:

Beautiful Topics in react-navigation:

  • Stack Navigator vs. Native Stack Navigator: They both provides a way for your app to transition between screens where each new screen is placed on top of a stack. TLDR: This navigator uses the native APIs UINavigationController on iOS and Fragment on Android so that navigation built with createNativeStackNavigator will behave exactly the same and have the same performance characteristics as apps built natively on top of those APIs. It also offers basic Web support using react-native-web.
  • React navigation works on web as well: Read Official Release article, dated: 27 July, 2022
  • Amazing react-navigation Router Playground: Playground. FYI: You can edit url and current state of route to get the results in Chart, State and Action format.

Others:

Open source react-native projects

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published