Über Open CoDE Software Wiki Diskussionen GitLab

Skip to content
Update Expo SDK from 32.0.0 to 33.0.0

Steps done for upgrading the app:
https://blog.expo.io/expo-sdk-v33-0-0-is-now-available-52d1c99dfe4c#c0d2

You need to remove `node_modules` and install your packages again.

`rm -rf node_modules/ && yarn cache clean && yarn`