- Fix
yarn install
typescript issues. Bump "@expo/config-plugins", "expo-module-scripts": "^3.5.1" to latest versions. - Fix duplication of changes when
npx expo prebuild
is re-run. The code now check if changes are already in place. - Fix documentation: The correct option for disabling JSI is
{ "disableJsi": true }
and notdisableJSI
- Monorepo support
- Documentation for Maintainers and Contributors
- Github actions for Publishing Beta and Release