-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
chore: upgrade Expo SDK 52 #489
Conversation
@Fabi755 Could you take a glimpse at the simplified gradle setup if you see something critical? |
# Conflicts: # package.json # yarn.lock
I never used react-native before. How can I test your changes and run the android app? |
You need to run |
@KiwiKilian This builds both expo-app and react-native-app for iOS and Android. Let's merge this in and we can make a follow up PR with more gradle optimizations as required. |
@Fabi755 thanks for the input, will do those in a followup. |
🎉 This PR is included in version 10.0.0-beta.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
I choose to align with the Android setup from current React Native Library scaffolds (via
npx create-react-native-library@latest
and legacy architecture) and flattened the android structure. This makes Android build for SDK 52. Also eases the path toward applying the new architecture.