Skip to content

Commit

Permalink
replace deprecated app config plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
latekvo committed Jan 10, 2025
1 parent 4e45d21 commit 99b33a8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
12 changes: 1 addition & 11 deletions example/app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,6 @@ export default ({ config }) => ({
],
},
],
[
'expo-build-properties',
{
ios: {
newArchEnabled: Boolean(Number(process.env.FABRIC_ENABLED)),
},
android: {
newArchEnabled: Boolean(Number(process.env.FABRIC_ENABLED)),
},
},
],
],
newArchEnabled: Boolean(Number(process.env.FABRIC_ENABLED)),
});
1 change: 0 additions & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@react-navigation/stack": "^6.3.29",
"@swmansion/icons": "^0.0.1",
"expo": "^52.0.24",
"expo-build-properties": "~0.13.1",
"expo-camera": "~16.0.10",
"expo-font": "~13.0.2",
"hoist-non-react-statics": "^3.3.2",
Expand Down
10 changes: 1 addition & 9 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2833,7 +2833,7 @@ ajv@^6.10.0, ajv@^6.12.4:
json-schema-traverse "^0.4.1"
uri-js "^4.2.2"

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

expo-build-properties@~0.13.1:
version "0.13.1"
resolved "https://registry.yarnpkg.com/expo-build-properties/-/expo-build-properties-0.13.1.tgz#e40645b34debed5eab53a273c89543aaef58bc57"
integrity sha512-7tDlAM0PPkXC0B00C6/FG19sMzwxZNyiDfn22AWVbBxWxZE1/3RqxPgT3MlPVNfvy+wJw7jt/qbAb0S06wFYVg==
dependencies:
ajv "^8.11.0"
semver "^7.6.0"

expo-camera@~16.0.10:
version "16.0.10"
resolved "https://registry.yarnpkg.com/expo-camera/-/expo-camera-16.0.10.tgz#d3ee17f18984d33425046c83a78e06a533654ddb"
Expand Down

0 comments on commit 99b33a8

Please sign in to comment.