guyu96 / chordinate

A React Native app for practicing chord progressions
0 stars 0 forks source link

AsyncStorage can get stuck on Android during development #19

Open guyu96 opened 6 years ago

guyu96 commented 6 years ago

https://github.com/facebook/react-native/issues/12830

It's an open issue. Right now the workaround is to just run react-native run-android if AsyncStorage promises don't resolve.

marquinmpfs commented 6 years ago

I have same problem. :(

RafaelKr commented 6 years ago

For me it also helps to restart the app on the phone/emulator. But it's an annoying issue.

wilsonneto-dev commented 4 years ago

I have the same problem... This issue has a solution?