Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make example-app use expo 52 and clean worklet functions #43

Merged
merged 10 commits into from
Nov 26, 2024
Prev Previous commit
Next Next commit
feat: explicitely enable new arch
  • Loading branch information
Antoine Cottineau committed Nov 25, 2024
commit e1cc0026e5ba33d7cd51aa73506e60c1613c4563
3 changes: 2 additions & 1 deletion example-app/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"web": {
"favicon": "./assets/favicon.png"
},
"plugins": ["expo-font"]
"plugins": ["expo-font"],
"newArchEnabled": true
}
}