mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-03-06 22:39:41 +08:00
Add a simple motiviation section to the README (#35)
This commit is contained in:
committed by
Satyajit Sahoo
parent
79f21277cb
commit
b4d6507c84
13
README.md
13
README.md
@@ -4,6 +4,19 @@
|
||||
|
||||
Browse the docs on [reactnavigation.org](https://reactnavigation.org/).
|
||||
|
||||
## Motivation
|
||||
|
||||
React Navigation is born from the React Native community's need for an
|
||||
extensible yet easy-to-use navigation solution. It replaces and improves
|
||||
upon several navigation libraries in the ecosystem, including Ex-Navigation,
|
||||
React Native's Navigator and NavigationExperimental components. React
|
||||
Navigation can also be used across React and React Native projects allowing
|
||||
for a higher degree of shared code.
|
||||
|
||||
Once stable, NavigationExperimental will be depracated in favor of React
|
||||
Navigation. React Navigation is a collaboration between people from
|
||||
Facebook, Exponent and the React community at large.
|
||||
|
||||
## [Getting started](https://reactnavigation.org/docs/intro/)
|
||||
|
||||
1. Create a new React Native App
|
||||
|
||||
Reference in New Issue
Block a user