Skip to content

Commit

Permalink
6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Apr 13, 2022
1 parent ed90f6b commit c321220
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog of `rescript-react-navigation`

## 6.0.2 - 2022-04-13

- Improve stack and material top tabs [b77432d](https://github.com/rescript-react-native/rescript-react-navigation/commit/b77432d) by [@reck753](https://github.com/reck753)

- Improve `Stack` by adding:
- `headerBackTestID` screen option
- `getId` screen prop
- Add `swipeEnabled` option to `MaterialTopTabs`

## 6.0.1 - 2021-12-06

- Improve `Drawer` bindings [b539ea4](https://github.com/rescript-react-native/rescript-react-navigation/commit/b539ea4) by [@reck753](https://github.com/reck753)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rescript-react-navigation",
"description": "ReScript bindings for react-navigation.",
"version": "6.0.1",
"version": "6.0.2",
"peerDependencies": {
"@react-navigation/bottom-tabs": "^6.0.0",
"@react-navigation/drawer": "^6.0.0",
Expand Down

0 comments on commit c321220

Please sign in to comment.