Fix typo On "Getting Started 3." (#3022)

Browse the official example app, which will `demonstrates` various patterns with React Navigation.
demonstrates should be `demonstrate`
This commit is contained in:
mukunzidd
2017-11-21 16:40:01 +02:00
parent 5279b2c429
commit 7b7c5eb3ab

View File

@@ -17,7 +17,7 @@ Quickly get a grasp on the React Navigation API with demonstrations of the Stack
Dive into the basics of React Navigation by creating a new React Native project, installing React Navigation, creating your first navigator, and learning how to interact with it.
3. [Navigation Playground](https://github.com/react-community/react-navigation/tree/master/examples/NavigationPlayground)
Curious of the various capabilities of React Navigation? Browse the official example app, which will demonstrates various patterns with React Navigation.
Curious of the various capabilities of React Navigation? Browse the official example app, which will demonstrate various patterns with React Navigation.
4. [Community Contributions](https://github.com/react-community/react-navigation#community-contributions)
With the flexibility of React Navigation we won't be able to cover every possible situation, but another developer may have! Browse our list of community contributions to find topics that may answer your questions.