Skip to content

Commit

Permalink
README and ISSUE_TEMPLATE updated to reflect decision about 4.0.0-bet…
Browse files Browse the repository at this point in the history
…a.x version (#3242)
  • Loading branch information
daviscabral authored and aksonov committed Sep 3, 2018
1 parent 3ca9a78 commit bad3b41
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
### Version
Tell us which versions you are using:
<!--
v3 and v4.0.0-beta.x are not supported
- react-native-router-flux v4.?.? (v3 is not supported)
You can use `npm ls [package]` or `yarn info [package]` to be sure about the versions that were installed (in case you are not locked to a specific version).
-->
- react-native-router-flux v4.?.?
- react v16.?.?
- react-native v0.?.?

Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

[Follow author @PAksonov](https://twitter.com/PAksonov)

#### NOTE: v4 based on [React Navigation v2.x](https://reactnavigation.org/). See [this branch](https://github.com/aksonov/react-native-router-flux/tree/v3) and [docs](https://github.com/aksonov/react-native-router-flux/blob/master/README3.md) for v3 based on deprecated React Native Experimental Navigation API. It is not supported and may not work with latest React Native versions.
### IMPORTANT NOTES

#### v4 is based on [React Navigation v2.x](https://reactnavigation.org/). See [this branch](https://github.com/aksonov/react-native-router-flux/tree/v3) and [docs](https://github.com/aksonov/react-native-router-flux/blob/master/README3.md) for v3 based on deprecated React Native Experimental Navigation API. It is not supported and may not work with latest React Native versions.

#### v4.0.0-beta.x is based on [React Navigation v1.5.x](https://reactnavigation.org/). It is also not supported and may not work with the latest React Native versions.

___

Expand Down

0 comments on commit bad3b41

Please sign in to comment.