Open
Description
Description
- Upgrade the boilerplate to utilize Expo SDK 53 (start with
npx expo install --fix
) - Change the new architecture to be default on at this point? I think we have enough client projects with it on
- Update documentation that mention Expo/RN Versions
- Review the Expo SDK 53 blog post for breaking changes and affected packages, config plugins and updates we need to make related to what is used in the boilerplate
Testing
- Run successfully on Android, iOS and Web
- Make sure the maestro test still works
- Confirm you can still write inline config plugins successfully
Notes
- A big help is spinning up a bare Expo SDK 53 app outside of Ignite and understanding it
- Look for places we can reduce complexity, code and config in the boilerplate - as things usually improve on this side with each SDK upgrade and it helps our maintenance cycle