Skip to content

3.1.1

Compare
Choose a tag to compare
@nandorojo nandorojo released this 23 Mar 13:34
· 190 commits to master since this release
  • Fix example monorepos. Please keep in mind that you need to use an Expo Dev Client instead of Expo Go.
    • A regression in a previous release was caused by the following:
      • Multiple versions of react-native-reanimated. It should only be 3.0.2 (exact version) in apps/expo, not packages/app
      • expo-linking was incorrectly placed in packages/app instead of apps/expo. It was also an old version. It should be 4.0.1
  • Run expo run:ios in apps/expo to build your dev client. After that, yarn native from the root will open in a dev client. The scripts have been updated to use yarn start. If you're an existing app, you should add --dev-client at the end of your yarn native script.
  • I deleted yarn.lock and reinstalled to fix hoisting issues.

Thanks to everyone for reporting issues with the starters introduced from 3.1. This should fix it now!

This release does not update the solito package.