Android Emulator: Can't use asyncstorage in unsigned experience

I had a working app yesterday. Today when I push the app to the emulator I get a fatal error:

“can’t use asyncstorage in unsigned experience”

Any thoughts on why that is happening?

The only thing I can think is that windows update completed in that time as well.
I’m about to spin up a new emulator image, but I wanted to post this as well as I found nothing helpful about this in the forum or Stackoverflow.

from package.json

"dependencies": {
    "aws-amplify": "^1.1.7",
    "aws-amplify-react-native": "^2.0.7",
    "expo": "^27.0.1",
    "react": "16.3.1",
    "react-native": "~0.55.2",
    "react-navigation": "^2.13.0",
    "react-redux": "^5.0.7",
    "redux": "^4.0.0",
    "redux-persist": "^5.10.0",
    "redux-thunk": "^2.3.0"
  }

Thanks!
Thanks

And on Monday after doing nothing but rebooting (again)… it works fine. :-/

Who knows…

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.