Skip to content

Commit

Permalink
fix a typo in navigation doc
Browse files Browse the repository at this point in the history
Summary: Closes facebook#12921

Differential Revision: D4709474

Pulled By: mkonicek

fbshipit-source-id: 3c7da6ee87d350d52074a05abe168345f936858f
  • Loading branch information
sunnylqm authored and facebook-github-bot committed Mar 14, 2017
1 parent a0b5a6e commit 0d5620b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 0d5620b

Please sign in to comment.