Skip to content

Commit 289a117

Browse files
committed
6.0.1
1 parent a19ec1d commit 289a117

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog of `rescript-react-navigation`
22

3+
## 6.0.1 - 2021-12-06
4+
5+
- Improve `Drawer` bindings [b539ea4](https://github.com/rescript-react-native/rescript-react-navigation/commit/b539ea4) by [@reck753](https://github.com/reck753)
6+
- add missing options
7+
- enable creating screen with children (`ScreenWithCallback`)
8+
- small improvements in existing options
9+
310
## 6.0.0 - 2021-10-03
411

512
- Upgrade to React Navigation 6.0 [9fda4ed](https://github.com/rescript-react-native/rescript-react-navigation/commit/9fda4ed) by [@vknez](https://github.com/vknez)

package.json

Lines changed: 1 addition & 1 deletion
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.0.0",
4+
"version": "6.0.1",
55
"peerDependencies": {
66
"@react-navigation/bottom-tabs": "^6.0.0",
77
"@react-navigation/drawer": "^6.0.0",

0 commit comments

Comments
 (0)