valerybodak
valerybodak
@fdnhkj How to make it spin in the opposite direction? (like in the first your post)
@shunnokw I forked flutter_downloader and increased timeout to 45 seconds. You can use it as a temporary solution: https://github.com/valerybodak/flutter_downloader
@alain8915 In my fork the timeout is set to 45 seconds, but looks like 45 seconds is not enough for you.
@himanshusoni Unfortunately, your solution not working for me... Help me please!
@EasonWang01 Hi, I had this issue also. My dependencies in package.json: ``` "react": "16.5.0", "react-native": "0.57.0", "react-native-facebook-login": "1.6.0" ``` I have fixed it in the following way: 1. Please follow...
@grigored Hi, I can't fix it. Could you please provide your app/build.gradle file?
@grigored I'm still have the exception after run '**react-native run-android**' : ``` Cause: com.android.dex.DexException: Multiple dex files define Lcom/google/firebase/iid/zzb; UNEXPECTED TOP-LEVEL EXCEPTION: com.android.dex.DexException: Multiple dex files define Lcom/google/firebase/iid/zzb; at com.android.dx.merge.DexMerger.readSortableTypes(DexMerger.java:596)...
Finally, I've fixed it using **11.0.2** version for **play-services-auth**: ``` compile(project(":react-native-google-sign-in")) { exclude group: "com.google.android.gms" } compile "com.google.android.gms:play-services-auth:11.0.2" ```
@maximus9600 I have the same issue. Please fix it @izderadicka Could you please clarify. Did you fix this issue?