Maxim Toyberman
Maxim Toyberman
Hi @Desintegrator this happens because currently library supports only strings or file data in FormData like in the readme. will fix it
same issue for me, @AlixH did you manage to solve it ?
@rutvikbhatt run `gradlew -q dependencies app:dependencies --configuration compile` this will list all your grade dependencies. watch for other versions of play services that may collide. for additional information refer to...
@shimon87 I think this library is not maintained anymore.
I have noticed that isNetworkAvailable is always false.
Hi @TheRogue76 Thanks for your time. I have added a [repro](https://github.com/MaxToyberman/lottie-reproducer) please let me know if you have any questions
Hi @TheRogue76 I found the issue and opened a PR let me know what you think. https://github.com/lottie-react-native/lottie-react-native/pull/1298
I had the same issue, but than i found out that the code i was trying to show a modal while other animation didnt complete. wrapping with runAfterInteractions solved the...