Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/minimal-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"expo": "53.0.17",
"react": "19.0.0",
"react-native": "0.79.5",
"react-native-safe-area-context": "5.4.0",
"react-native-safe-area-context": "5.4.1",
"react-native-screens": "~4.11.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion internal/fishjam-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"react-native": "0.79.5",
"react-native-gesture-handler": "~2.24.0",
"react-native-reanimated": "~3.17.4",
"react-native-safe-area-context": "5.4.0",
"react-native-safe-area-context": "5.4.1",
"react-native-screens": "~4.11.1",
"react-native-toast-message": "^2.3.3",
"react-native-url-polyfill": "^2.0.0"
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3209,7 +3209,7 @@ __metadata:
react-native: "npm:0.79.5"
react-native-gesture-handler: "npm:~2.24.0"
react-native-reanimated: "npm:~3.17.4"
react-native-safe-area-context: "npm:5.4.0"
react-native-safe-area-context: "npm:5.4.1"
react-native-screens: "npm:~4.11.1"
react-native-toast-message: "npm:^2.3.3"
react-native-url-polyfill: "npm:^2.0.0"
Expand Down Expand Up @@ -14421,7 +14421,7 @@ __metadata:
prettier: "npm:^3.6.2"
react: "npm:19.0.0"
react-native: "npm:0.79.5"
react-native-safe-area-context: "npm:5.4.0"
react-native-safe-area-context: "npm:5.4.1"
react-native-screens: "npm:~4.11.1"
typescript: "npm:~5.8.3"
languageName: unknown
Expand Down Expand Up @@ -16243,13 +16243,13 @@ __metadata:
languageName: node
linkType: hard

"react-native-safe-area-context@npm:5.4.0":
version: 5.4.0
resolution: "react-native-safe-area-context@npm:5.4.0"
"react-native-safe-area-context@npm:5.4.1":
version: 5.4.1
resolution: "react-native-safe-area-context@npm:5.4.1"
peerDependencies:
react: "*"
react-native: "*"
checksum: 10c0/729fef1f768d57b905f51882374aa93b209d54576b8a0cf328e0a349c8dc9705ae8f9032e572fd7a7c9e94b588105f44760c0bb15ab9911b7977073d6754b54d
checksum: 10c0/6da614f4e9318c784700f0586d19d866f565ae08029c9a38cb1b03fd578af3838f2a6d5321c4a220dc7d698d919faf544536b60e45b7cc97f985349328041de2
languageName: node
linkType: hard

Expand Down
Loading