Skip to content
Merged
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
12 changes: 6 additions & 6 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@ PODS:
- ReactCommon/turbomodule/core
- ReactNativeDependencies
- Yoga
- react-native-safe-area-context (5.8.0):
- react-native-safe-area-context (5.8.1):
- hermes-engine
- RCTRequired
- RCTTypeSafety
Expand All @@ -1260,8 +1260,8 @@ PODS:
- React-graphics
- React-ImageManager
- React-jsi
- react-native-safe-area-context/common (= 5.8.0)
- react-native-safe-area-context/fabric (= 5.8.0)
- react-native-safe-area-context/common (= 5.8.1)
- react-native-safe-area-context/fabric (= 5.8.1)
- React-NativeModulesApple
- React-RCTFabric
- React-renderercss
Expand All @@ -1271,7 +1271,7 @@ PODS:
- ReactCommon/turbomodule/core
- ReactNativeDependencies
- Yoga
- react-native-safe-area-context/common (5.8.0):
- react-native-safe-area-context/common (5.8.1):
- hermes-engine
- RCTRequired
- RCTTypeSafety
Expand All @@ -1293,7 +1293,7 @@ PODS:
- ReactCommon/turbomodule/core
- ReactNativeDependencies
- Yoga
- react-native-safe-area-context/fabric (5.8.0):
- react-native-safe-area-context/fabric (5.8.1):
- hermes-engine
- RCTRequired
- RCTTypeSafety
Expand Down Expand Up @@ -2068,7 +2068,7 @@ SPEC CHECKSUMS:
React-Mapbuffer: 783c8f06beced6163d05390fc26ba4df562704fa
React-microtasksnativemodule: e2c9f63caf4cdb3bbb6fda221049af9f3773700e
React-mutationobservernativemodule: 937c3b8cce90a520763b39513346022abdbc6459
react-native-safe-area-context: b5811d7e125c575340d23b96841ae69592b4169c
react-native-safe-area-context: 576929f39bb3a137d9150d8575b1f0ea054e30e1
react-native-slider: e0a97e600464494e978b1e6759783ebeccc999cf
React-NativeModulesApple: dc848bdbb368024b42ac05e68cc2120bc69fb82b
React-networking: e30538b7c1fa00e8c3376b32db8d052d79a2f23e
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@react-native/new-app-screen": "0.88.0-nightly-20260720-e64027865",
"react": "19.2.3",
"react-native": "0.88.0-nightly-20260720-e64027865",
"react-native-safe-area-context": "5.8.0"
"react-native-safe-area-context": "5.8.1"
},
"devDependencies": {
"@babel/core": "7.29.7",
Expand Down
4 changes: 0 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@

/* Module Resolution Options */
"moduleResolution": "bundler", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
"customConditions": [
"react-native",
"react-native-legacy-deep-imports" /* TODO: https://github.com/leotm/react-native-template-new-architecture/issues/2041 fix lib upstream then remove */
],
// "paths": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
// "typeRoots": [], /* List of folders to include type definitions from. */
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17328,7 +17328,7 @@ __metadata:
react-native: "npm:0.88.0-nightly-20260720-e64027865"
react-native-clean-project: "npm:4.0.3"
react-native-rename: "npm:3.3.2"
react-native-safe-area-context: "npm:5.8.0"
react-native-safe-area-context: "npm:5.8.1"
react-test-renderer: "npm:19.2.3"
reactotron-react-native: "npm:5.0.3"
ts-node: "npm:10.9.2"
Expand Down Expand Up @@ -19539,13 +19539,13 @@ __metadata:
languageName: node
linkType: hard

"react-native-safe-area-context@npm:5.8.0":
version: 5.8.0
resolution: "react-native-safe-area-context@npm:5.8.0"
"react-native-safe-area-context@npm:5.8.1":
version: 5.8.1
resolution: "react-native-safe-area-context@npm:5.8.1"
peerDependencies:
react: "*"
react-native: "*"
checksum: 10/d4f526a98110f88ba9f5dfe6d6bda2c26b86404b2d29a6571931a1f02a531f565a2fd58d20b4ac70c1fa37c00ad6a72332fb0a463e27262c4ff1d1dfb694af7c
checksum: 10/2ea47449420a1d89354648bc0cec7e93d9dc7fc577321781126d4f274a13d8dc94a09be78454f3720d54f90511d4ff9e8412bb81e2aed71f135a80bbf9ed0e63
languageName: node
linkType: hard

Expand Down
Loading