Skip to content

Commit e6882b1

Browse files
committed
use bool in config
1 parent 48ccba0 commit e6882b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/expo-example/app.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
orientation: 'portrait',
77
icon: './assets/icon.png',
88
userInterfaceStyle: 'light',
9-
newArchEnabled: 1,
9+
newArchEnabled: true,
1010
splash: {
1111
image: './assets/splash.png',
1212
resizeMode: 'cover',

0 commit comments

Comments
 (0)