Skip to content

Commit

Permalink
Tweak readme
Browse files Browse the repository at this point in the history
Tweak readme
  • Loading branch information
scottmas committed Feb 25, 2019
1 parent e96f495 commit 36aa843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Read usage guide depending on if you are [using Expo](#usage-in-expo-with-react-

## Usage with [react-navigation](https://github.com/react-navigation/react-navigation) (without Expo)

Screens support is built into [stack navigator](https://reactnavigation.org/docs/en/stack-navigator.html), [tab navigator](https://reactnavigation.org/docs/en/tab-navigator.html), and [drawer navigator](https://reactnavigation.org/docs/en/drawer-navigator.html) starting from version [2.14.0](https://github.com/react-navigation/react-navigation/releases/tag/2.14.0) of [react-navigation](https://github.com/react-navigation/react-navigation). We plan on adding it to other navigators in near future.
Screens support is built into [react-navigation](https://github.com/react-navigation/react-navigation) starting from version [2.14.0](https://github.com/react-navigation/react-navigation/releases/tag/2.14.0) for all the different navigator types (stack, tab, drawer, etc). We plan on adding it to other navigators in near future.

To enable stack navigator to use screens instead of plain RN Views for rendering stack cards follow the steps below:
To enable react-navigationto use screens instead of plain RN Views for rendering screen views, follow the steps below:

1. Add this library as a depedency to your project:
```
Expand Down

0 comments on commit 36aa843

Please sign in to comment.