Hi. Is there a database of compatibility between Expo modules and Expo versions? For example, I found that the maximum version for “expo-constants” for “expo 45” is 13.2.4 (14.2.1 did not work anymore). Thank you.
The way tjis is supposed to work is by installing dependencies with:
npx expo install expo-constants
There is also:
npx expo install --fix
And:
npx expo-doctor
If you install something that Expo doesn’t know about it will just call npm
or yarn
to install it. But if it’s something that it does know about it will use npm or yarn to install the correct version.