Skip to content

Commit db51d52

Browse files
committed
7.0.0
1 parent 816a664 commit db51d52

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

CHANGELOG.md

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

3+
## 7.0.0 - 2025-01-19
4+
5+
- upgrade to `react-navigation` v7 [#72](https://github.com/rescript-react-native/rescript-react-navigation/pull/72) by [Freddy03h](https://github.com/Freddy03h)
6+
- All changes listed in [Upgrading from 6.x](https://reactnavigation.org/docs/upgrading-from-6.x/)
7+
- more bindings for `Elements`
8+
- upgrade to rescript 11.1
9+
- remove unnecessary trailing unit, and deprecate `___WithParams` functions
10+
311
## 6.3.0 - 2024-12-23
412

513
- Linking [#71](https://github.com/rescript-react-native/rescript-react-navigation/pull/71) by [@Freddy03h](https://github.com/Freddy03h)

README.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ Exposed as `ReactNavigation` module.
1212
`rescript-react-navigation` X.y.\* means it's compatible with `react-navigation`
1313
X.y.\*
1414

15-
## Status
16-
17-
⚠️ Work in progress. These bindings are used successfully in several apps, but
18-
are not complete yet and still subject to change.
19-
2015
## Installation
2116

2217
When
@@ -48,7 +43,7 @@ yarn add rescript-react-navigation
4843

4944
## Example
5045

51-
See <./src/Example.re>
46+
See [Example.res](https://github.com/rescript-react-native/rescript-react-navigation/blob/main/src/Example.res)
5247

5348
---
5449

package-lock.json

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

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.3.0",
4+
"version": "7.0.0",
55
"publishConfig": {
66
"access": "public"
77
},

0 commit comments

Comments
 (0)