Cretezy / redux-persist-expo-securestore

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

Bump expo-secure-store dependency #22

Open AlBlanc opened 2 years ago

AlBlanc commented 2 years ago

I just bumped the expo-secure-store dependency in order to make the library works.

It was broken due to expo secure store droping the @unimodules/core dependency in favor of expo-modules-core

peterphmikkelsen commented 2 years ago

Hey @AlBlanc, is there a way for me to do this myself? I have this exact issue and since your PR hasn't been merged it just doesn't work. 🙂

AlBlanc commented 2 years ago

Just use my repo straight in your package.json :)

peterphmikkelsen commented 2 years ago

Just use my repo straight in your package.json :)

Ahh, got it. Thanks a lot! 👍 🙂

dolsem commented 2 years ago

@Cretezy can this be merged?

ThomasWillumsen commented 1 year ago

Is this entire repo no longer being maintained?