Skip to content

Commit 624fc9f

Browse files
committed
5.0.0
1 parent 6c6c2c6 commit 624fc9f

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog of `@rescript-react-native/safe-area-context`
22

3+
## 5.0.0 - 2026-04-14
4+
5+
- update `rescript-react-native` and adapt to `NativeElement` change by @freddy03h
6+
37
## 4.6.1 - 2024-10-25
48

59
- fix bindings [08a1454](https://github.com/rescript-react-native/safe-area-context/commit/08a1454) by [Freddy03h](https://github.com/Freddy03h)

package-lock.json

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@rescript-react-native/safe-area-context",
33
"description": "ReScript bindings for react-native-safe-area-context.",
4-
"version": "4.6.1",
4+
"version": "5.0.0",
55
"publishConfig": {
66
"access": "public"
77
},
88
"peerDependencies": {
99
"@rescript/react": ">=0.14.1",
1010
"rescript-react-native": ">=0.82.1",
11-
"react-native-safe-area-context": ">=4.6.0"
11+
"react-native-safe-area-context": ">=5.0.0"
1212
},
1313
"overrides": {
1414
"react": "^19.1.0"

0 commit comments

Comments
 (0)