capitalone / react-native-pathjs-charts

Android and iOS charts based on react-native-svg and paths-js
Apache License 2.0
879 stars 261 forks source link

Library causes app to crash when using await AsyncStorage.getItem(STORAGE_KEY); #202

Closed sehranhas closed 6 years ago

sehranhas commented 6 years ago

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