Skip to content

Commit 02e967f

Browse files
committed
6.2.0
1 parent f7c6190 commit 02e967f

File tree

3 files changed

+78
-35
lines changed

3 files changed

+78
-35
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog of `rescript-react-navigation`
22

3+
## 6.2.0 - 2024-10-20
4+
5+
- added independent param to NavigationContainer [#64](https://github.com/rescript-react-native/rescript-react-navigation/pull/64) by [@witcher-shailesh](https://github.com/witcher-shailesh)
6+
- add methodes on the NavigationContainer ref [9683e14](https://github.com/rescript-react-native/rescript-react-navigation/commit/9683e140d63dccbd14867180a26e58d86f5b65df) by [@Freddy03h](https://github.com/Freddy03h)
7+
- add useHeaderHeight hook to Elements [f7c6190](https://github.com/rescript-react-native/rescript-react-navigation/commit/f7c61906df8d9a09e0372e3a5f12e856619ae634) by [@Freddy03h](https://github.com/Freddy03h)
8+
39
## 6.1.0 - 2024-04-08
410

511
- fix BottomsTabs options type [22db822](https://github.com/rescript-react-native/rescript-react-navigation/commit/22db8227688dd08f7e36810351ca3b646dcb0f1a) by [@Freddy03h](https://github.com/Freddy03h)

Diff for: package-lock.json

+71-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rescript-react-navigation",
33
"description": "ReScript bindings for react-navigation.",
4-
"version": "6.1.0",
4+
"version": "6.2.0",
55
"publishConfig": {
66
"access": "public"
77
},

0 commit comments

Comments
 (0)