Cretezy / redux-persist-expo-securestore

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

Expo SDK 33 - Change the dependency #8

Closed YoshiYo closed 5 years ago

YoshiYo commented 5 years ago

Hi @Cretezy,

The new expo SDK 33 is released. I would like to do several changes on your package which don't need anymore the entire expo dependency. https://docs.expo.io/versions/latest/sdk/securestore/

What do you think about it ? Maybe it will be a major release.

leviathanbeak commented 5 years ago

@Cretezy will this be merged soon ?

YoshiYo commented 5 years ago

@leviathan88 For the moment, you can use directly the fork in your package.json :

"redux-persist-expo-securestore": "https://github.com/YoshiYo/redux-persist-expo-securestore.git",

If the merge is too long, I will publish a new repository to update this one. Tell me directly on my fork if there is a problem with this version. On my side, I don't have the expo warning anymore.

leviathanbeak commented 5 years ago

thanks @YoshiYo let's wait a little bit more and then check it out

Cretezy commented 5 years ago

Hi, sorry for the delay. Merging!

Cretezy commented 5 years ago

Just published v2.0.0 with this!