Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ However, there are few more additional props:

You can find more resources in [React Native ViewPager documentation](https://github.com/react-native-community/react-native-viewpager)

## Usage with React Navigation < 5
## Usage with React Navigation <3
Copy link
Contributor

@satya164 satya164 Jan 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

less than 5 means 4, so it's correct. Though for clarity it should probably say React Navigation 4. also i don't think you can use it with React Navigation 3. It includes an older version of tab view.


```jsx harmony
const SwipeStack = createMaterialTopTabNavigator(
Expand Down