Cretezy / redux-persist-expo-securestore

redux-persist storage for Expo's SecureStore
MIT License
74 stars 28 forks source link

Import `SecureStore` from `expo-secure-store` instead. #10

Closed Asday closed 5 years ago

Asday commented 5 years ago

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.

Cretezy commented 5 years ago

This was just released in v2.0.0 a couple days ago :)