You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.
When my app does not include this library it works fine with await AsyncStorage.getItem(STORAGE_KEY).done(); however when I add the library in it will cause the app to crash and log error messages associated with AsyncStorage. If I also comment out the AsyncStorage code and just include the chart then the app works fine again. Seems like AsyncStorage and this library don't work well with each other
The text was updated successfully, but these errors were encountered:
When my app does not include this library it works fine with
await AsyncStorage.getItem(STORAGE_KEY).done();
however when I add the library in it will cause the app to crash and log error messages associated withAsyncStorage
. If I also comment out theAsyncStorage
code and just include the chart then the app works fine again. Seems likeAsyncStorage
and this library don't work well with each otherThe text was updated successfully, but these errors were encountered: