Uncaught error: "Unable to use asyncStorage in unsigned experience" in expo when user is disconnected

I am new to react-native and have created a standalone app using expo, I want to test for a specific case where the user is disconnected, but as soon as I open the standalone app it says Uncaught error : can't user asyncStorage in unsigned experience

without opening the app.

I understand that this screen is from expo application because normally expo will fetch js package from server and when offline user cannot fetch anything, now I want to remove this error.

Please let me know how I can resolve this error.

+3


source to share





All Articles