SDK33 brings warnings when using stuff from expo itself:
Following APIs have moved to separate packages and importing them from the 'expo' package is deprecated:
- import { SecureStore } from 'expo' -> import * as SecureStore from 'expo-secure-store'
You can add the correct versions of these packages to your project using:
expo install expo-secure-store
Switching to the new stuff (along with #9) would probably justify a major version bump.
SDK33 brings warnings when using stuff from expo itself:
Switching to the new stuff (along with #9) would probably justify a major version bump.