Skip to content

Commit 207d1ba

Browse files
authored
Remove actions testing build for the old architecture (#3604)
## Description Remove actions testing build for the old architecture ## Test plan See CI
1 parent 1610fc1 commit 207d1ba

File tree

4 files changed

+1
-96
lines changed

4 files changed

+1
-96
lines changed

.github/workflows/android-build-paper.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

.github/workflows/ios-build-paper.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

apps/expo-example/app.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
const shouldEnablePaper = process.env.PAPER_ENABLED === '1';
2-
31
export default {
42
expo: {
53
name: 'ExpoExample',
@@ -8,7 +6,7 @@ export default {
86
orientation: 'portrait',
97
icon: './assets/icon.png',
108
userInterfaceStyle: 'light',
11-
newArchEnabled: !shouldEnablePaper,
9+
newArchEnabled: true,
1210
splash: {
1311
image: './assets/splash.png',
1412
resizeMode: 'cover',

apps/expo-example/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"android": "expo run:android",
99
"ios": "expo run:ios",
1010
"web": "expo start --web",
11-
"paper": "rm -rf android ios && PAPER_ENABLED=1 npx expo prebuild",
1211
"clean": "rm -rf node_modules android ios"
1312
},
1413
"dependencies": {

0 commit comments

Comments
 (0)