Skip to content

Commit 8880782

Browse files
committed
Merge branch '@mbert/monorepo' into @mbert/monorepo-80rc2
2 parents f4e15d0 + 1adb155 commit 8880782

4 files changed

Lines changed: 29 additions & 3 deletions

File tree

apps/common-app/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"@swmansion/icons": "^0.0.1",
2525
"react-native-gesture-handler": "workspace:*",
2626
"react-native-reanimated": "^3.17.4",
27-
"react-native-safe-area-context": "^5.4.0"
27+
"react-native-safe-area-context": "^5.4.0",
28+
"react-native-screens": "^4.10.0"
2829
},
2930
"devDependencies": {
3031
"@babel/core": "^7.25.2",

apps/expo-example/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"react-native-gesture-handler": "workspace:*",
3131
"react-native-reanimated": "3.17.5",
3232
"react-native-safe-area-context": "5.4.0",
33+
"react-native-screens": "^4.10.0",
3334
"react-native-svg": "15.11.2",
3435
"react-native-web": "^0.20.0"
3536
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"scripts": {
1313
"postinstall": "yarn build",
14-
"build": "husky && yarn workspaces foreach --all --parallel --topological-dev run build",
14+
"build": "husky install && yarn workspaces foreach --all --parallel --topological-dev run build",
1515
"ts-check": "yarn workspaces foreach --all --parallel --topological-dev run ts-check",
1616
"lint-js": "yarn workspaces foreach --all --parallel --topological-dev run lint-js",
1717
"format-js": "yarn workspaces foreach --all --parallel --topological-dev run format-js",

yarn.lock

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6443,6 +6443,7 @@ __metadata:
64436443
react-native-gesture-handler: "workspace:*"
64446444
react-native-reanimated: "npm:^3.17.4"
64456445
react-native-safe-area-context: "npm:^5.4.0"
6446+
react-native-screens: "npm:^4.10.0"
64466447
react-native-svg: "npm:15.11.2"
64476448
react-test-renderer: "npm:19.0.0"
64486449
typescript: "npm:~5.8.3"
@@ -8287,6 +8288,7 @@ __metadata:
82878288
react-native-gesture-handler: "workspace:*"
82888289
react-native-reanimated: "npm:3.17.5"
82898290
react-native-safe-area-context: "npm:5.4.0"
8291+
react-native-screens: "npm:^4.10.0"
82908292
react-native-svg: "npm:15.11.2"
82918293
react-native-web: "npm:^0.20.0"
82928294
typescript: "npm:~5.8.3"
@@ -13757,6 +13759,15 @@ __metadata:
1375713759
languageName: node
1375813760
linkType: hard
1375913761

13762+
"react-freeze@npm:^1.0.0":
13763+
version: 1.0.4
13764+
resolution: "react-freeze@npm:1.0.4"
13765+
peerDependencies:
13766+
react: ">=17.0.0"
13767+
checksum: 10c0/8f51257c261bfefff86f618e958683536248f708019632d309ee5ebdd52f25d3c130660d06fb6f0f4fdef79f00f8ec7177233a872c2321f7d46b7e77ccc522a1
13768+
languageName: node
13769+
linkType: hard
13770+
1376013771
"react-is@npm:^16.13.1, react-is@npm:^16.7.0":
1376113772
version: 16.13.1
1376213773
resolution: "react-is@npm:16.13.1"
@@ -13996,6 +14007,19 @@ __metadata:
1399614007
languageName: node
1399714008
linkType: hard
1399814009

14010+
"react-native-screens@npm:^4.10.0":
14011+
version: 4.10.0
14012+
resolution: "react-native-screens@npm:4.10.0"
14013+
dependencies:
14014+
react-freeze: "npm:^1.0.0"
14015+
warn-once: "npm:^0.1.0"
14016+
peerDependencies:
14017+
react: "*"
14018+
react-native: "*"
14019+
checksum: 10c0/09d1f55431b85e556ef7b5efd776ac5e85303e47d9138f910cb8c25ff3804effc43185f84e8842bcae2219e8fee12366b3725f955f638c109387efb82e0260f3
14020+
languageName: node
14021+
linkType: hard
14022+
1399914023
"react-native-svg@npm:15.11.2":
1400014024
version: 15.11.2
1400114025
resolution: "react-native-svg@npm:15.11.2"
@@ -16268,7 +16292,7 @@ __metadata:
1626816292
languageName: node
1626916293
linkType: hard
1627016294

16271-
"warn-once@npm:0.1.1":
16295+
"warn-once@npm:0.1.1, warn-once@npm:^0.1.0":
1627216296
version: 0.1.1
1627316297
resolution: "warn-once@npm:0.1.1"
1627416298
checksum: 10c0/f531e7b2382124f51e6d8f97b8c865246db8ab6ff4e53257a2d274e0f02b97d7201eb35db481843dc155815e154ad7afb53b01c4d4db15fb5aa073562496aff7

0 commit comments

Comments
 (0)