Ryan @archi
Ryan @archi
Downgrading to 3.5.1 fixed the issue for me. I'm able to use debugging now.
I have a similar problem. It doesn't detect the system proxy setting.
I have no idea when the repo owner wants to do it but meanwhile, you can add this to your package.json. ``` "react-native-lottie-splash-screen": "https://github.com/attarchi/react-native-lottie-splash-screen", ```
> @attarchi I did try using your fork, but getting [this](https://github.com/HwangTaehyun/react-native-lottie-splash-screen/issues/101) error with RN 0.75.4 I have tested 0.75.4, and there is no error. Please remove the previous one and...
@HwangTaehyun Cloud you please check this PR?
Hi @QaysTrad, Thank you for your feedback and for testing the package! I'll look into the issue with RNRestart.restart() causing the Lottie splash screen to reappear on iOS. There might...
Hi @ashwini-ksingh, I've added an example project to the source code for running this app with RN 0.7x, and updated the package. Please check out the latest version. Regarding your...
@singhayush1403 @ashwini-ksingh @erie-e9 Thank you very much for your collaboration. I noticed the issue but couldn’t fix it, as I don’t have extensive experience with Objective-C and iOS app initialization....
I've published the latest changes to npm! You can check out the package here: [@attarchi/react-native-lottie-splash-screen on NPM](https://www.npmjs.com/package/@attarchi/react-native-lottie-splash-screen). Feel free to install it and continue bug fixing. ```bash $ yarn add...
@ashwini-ksingh Thanks! Your solution worked perfectly. Since the old architecture doesn’t support `reactZIndex`, I set `animationUIView.layer.zPosition = 1` in `AppDelegate.mm`, and it resolved the issue. @erie-e9 The example project has...