mr.navata
mr.navata
I have this issues as below: In Android, I listening event AppState for updating data. ``` componentWillUnmount(){ AppState.removeEventListener('change', this.handleAppStateChange.bind(this)); } handleAppStateChange (nextAppState) { if(nextAppState == 'background') { session.logout().then(() => {});...
I have same issue. I hope it will optimize.
I have same this issue. I can't load list with about 300 images and each image have dimension 600x600 and size 840KB. I think we should solution for this issue...
I have same issue with error below