jasonmerino / react-native-simple-store

A minimalistic wrapper around React Native's AsyncStorage.

Home Page:https://www.npmjs.com/package/react-native-simple-store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I can’t make it work on a real iOS device

sdebacker opened this issue · comments

Hello,

Currently I can use this library with the simulator by running react-native run-ios, but when I open the xcode project and run the app on a real device (debug or release), the store doesn’t work anymore. Is there something I’m not aware of ? I’m using react-native 0.39.2.

Hey @sdebacker,

Sorry for the delay in my reply. There is nothing special that you should need to do to get this to work on an actual device. Would you mind trying to use AsyncStorage directly and see if you still have the same problems?

I don't know what was wrong, but, now it works. Thanks for your reply.

Glad to hear it. :) Happy coding.