Skip to content

Commit

Permalink
chore: disable new arch in expo demo
Browse files Browse the repository at this point in the history
  • Loading branch information
sAleksovski committed Dec 29, 2024
1 parent a181b2e commit fd79898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-expo/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
supportsTablet: true,
},
scheme: 'androidwidgetexample',
newArchEnabled: true,
newArchEnabled: false,
android: {
adaptiveIcon: {
foregroundImage: './assets/adaptive-icon.png',
Expand Down

0 comments on commit fd79898

Please sign in to comment.