Skip to content

Commit 99b33a8

Browse files
committed
replace deprecated app config plugin
1 parent 4e45d21 commit 99b33a8

File tree

3 files changed

+2
-21
lines changed

3 files changed

+2
-21
lines changed

example/app.config.js

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,6 @@ export default ({ config }) => ({
4343
],
4444
},
4545
],
46-
[
47-
'expo-build-properties',
48-
{
49-
ios: {
50-
newArchEnabled: Boolean(Number(process.env.FABRIC_ENABLED)),
51-
},
52-
android: {
53-
newArchEnabled: Boolean(Number(process.env.FABRIC_ENABLED)),
54-
},
55-
},
56-
],
5746
],
47+
newArchEnabled: Boolean(Number(process.env.FABRIC_ENABLED)),
5848
});

example/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"@react-navigation/stack": "^6.3.29",
2626
"@swmansion/icons": "^0.0.1",
2727
"expo": "^52.0.24",
28-
"expo-build-properties": "~0.13.1",
2928
"expo-camera": "~16.0.10",
3029
"expo-font": "~13.0.2",
3130
"hoist-non-react-statics": "^3.3.2",

example/yarn.lock

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2833,7 +2833,7 @@ ajv@^6.10.0, ajv@^6.12.4:
28332833
json-schema-traverse "^0.4.1"
28342834
uri-js "^4.2.2"
28352835

2836-
ajv@^8.0.1, ajv@^8.11.0:
2836+
ajv@^8.0.1:
28372837
version "8.17.1"
28382838
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.17.1.tgz#37d9a5c776af6bc92d7f4f9510eba4c0a60d11a6"
28392839
integrity sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==
@@ -4551,14 +4551,6 @@ expo-asset@~11.0.1:
45514551
invariant "^2.2.4"
45524552
md5-file "^3.2.3"
45534553

4554-
expo-build-properties@~0.13.1:
4555-
version "0.13.1"
4556-
resolved "https://registry.yarnpkg.com/expo-build-properties/-/expo-build-properties-0.13.1.tgz#e40645b34debed5eab53a273c89543aaef58bc57"
4557-
integrity sha512-7tDlAM0PPkXC0B00C6/FG19sMzwxZNyiDfn22AWVbBxWxZE1/3RqxPgT3MlPVNfvy+wJw7jt/qbAb0S06wFYVg==
4558-
dependencies:
4559-
ajv "^8.11.0"
4560-
semver "^7.6.0"
4561-
45624554
expo-camera@~16.0.10:
45634555
version "16.0.10"
45644556
resolved "https://registry.yarnpkg.com/expo-camera/-/expo-camera-16.0.10.tgz#d3ee17f18984d33425046c83a78e06a533654ddb"

0 commit comments

Comments
 (0)