Cretezy / redux-persist-expo-securestore

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

Error when running on Expo SDK 34 #11

Open outaTiME opened 5 years ago

outaTiME commented 5 years ago

Hi, Today im update to the new Expo SDK 34 and im getting the following error:

Unable to resolve "expo-secure-store" from "node_modules/redux-persist-expo-securestore/src/index.js".

It will be great to update README file to include the following command:

$ expo install expo-secure-store

Thanks !!!

Cretezy commented 5 years ago

Would you like to create the PR for this?

bleedingAyush commented 3 years ago

Guys, you don't need to use this package at all. Just go to the project's main repository and copy the two files index.d.ts and index.js and then make a folder name redux-persist-exposecurestore in and then use it.