Expo SDK 33 support
larixer opened this issue · 5 comments
larixer commented
Bug
Using the latest version 0.14.5
with Expo SDK 33 results in an error:
The following APIs have moved to separate packages and importing them from the "expo" package is deprecated: Constants.
1. Add correct versions of these packages to your project using:
expo install expo-constants
If "install" is not recognized as an expo command, update your expo-cli installation.
2. Change your imports so they use specific packages instead of the "expo" package:
- import { Constants } from 'expo' -> import Constants from 'expo-constants'
SuperThinking commented
Same for me #681, any update?
raajnadar commented
This should fix the issue expo/expo#4501 (comment)
brentvatne commented
this is not an issue anymore
waqaramjad commented
still an issue