fix a typo in navigation doc

Summary: Closes https://github.com/facebook/react-native/pull/12921

Differential Revision: D4709474

Pulled By: mkonicek

fbshipit-source-id: 3c7da6ee87d350d52074a05abe168345f936858f
This commit is contained in:
sunnylqm 2017-03-14 16:33:11 -07:00 committed by Facebook Github Bot
parent a0b5a6efe5
commit 0d5620bf5e
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class MainScreen extends React.Component {
}
```
React Navigation routers make it easy to override navigation logic or integrate it into redux. Because routers can be nested inside eachother, developers can override navigation logic for one area of the app without making widespread changes.
React Navigation routers make it easy to override navigation logic or integrate it into redux. Because routers can be nested inside each other, developers can override navigation logic for one area of the app without making widespread changes.
The views in React Navigation use native components and the `Animated` library to deliver 60fps animations that are run on the native thread. Plus, the animations and gestures can be easily customized.