twitterClone
twitterClone copied to clipboard
Old expo version v36.0.0
Something went wrong This project uses SDK v36.0.0 but this version of Expo Go requires at least v38.0.0
Is there a simple version to downgrade the expo version on an android device so I can play with this project? Upgrading the expo version required by this project would also be nice.
$> expo upgrade
after the upgrade process is completed you need to downgrade react-native-reanimated from v2 to v1 open packages.json and
... "react-native-reanimated": "~1.4.0", ...