We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b8126 commit 1792295Copy full SHA for 1792295
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog of `reason-react-navigation`
2
3
+## 5.1.0 - 2021-02-19
4
+
5
+- Breaking changes: rescript 8.2 & rrn 0.63 [757e6b5](https://github.com/reason-react-native/reason-react-navigation/commit/757e6b5) by [@MoOx](https://github.com/MoOx)
6
+- Fix NavigationContainer ref [#41](https://github.com/reason-react-native/reason-react-navigation/pull/41) by [@dimapaloskin](https://github.com/dimapaloskin)
7
8
## 5.0.3 - 2020-11-18
9
10
Fix npm description
package.json
@@ -1,7 +1,7 @@
{
"name": "reason-react-navigation",
"description": "ReScript bindings for react-navigation.",
- "version": "5.0.3",
+ "version": "5.1.0",
"peerDependencies": {
"@react-navigation/native": "^5.0.0",
"@react-navigation/bottom-tabs": "^5.0.0",
0 commit comments