3.1.1
- 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 be3.0.2
(exact version) inapps/expo
, notpackages/app
expo-linking
was incorrectly placed inpackages/app
instead ofapps/expo
. It was also an old version. It should be4.0.1
- Multiple versions of
- A regression in a previous release was caused by the following:
- Run
expo run:ios
inapps/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 useyarn start
. If you're an existing app, you should add--dev-client
at the end of youryarn 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.