Denis Kniazhev

Results 29 comments of Denis Kniazhev

That sounds reasonable. If you create a PR for that it will be nice!

I have solved it by adding `react-native-reanimated` into `transformIgnorePatterns` in `package.json`: ``` "jest": { "preset": "react-native", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ], "transformIgnorePatterns": [ "node_modules/(?!(jest-)?react-native|react-clone-referenced-element|react-native-reanimated|@react-native-community|@react-native|expo(nent)?|@expo(nent)?/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base)" ], ````

We receive numerous reports that Splash Screen freezes randomly for our app on android 12. This might be due to the android 12 changes mentioned here.

I ended up dropping this library altogether and displaying splash screen natively using LaunchScreen storyboard on iOS and `Theme.SplashScreen` (described in the android tutorial in the first message) on android.

> @denisk20 Hi, how did you solve the blank screen problem after Splash Screen? @bloggerklik I ignore it for now.

@askerov First, good to see that the project keeps going. Second, I can create a pull request with necessary gradle code for uploading to maven central, if you're interested.

@askerov Sorry to hear that, but I think that your library is much easier to use than drag and drop framework. I'm sure many people think so too (based on...

I'd be fine with that, the library helped me a lot and I'd be glad to give back.

@michael-quinlan No, I haven't heard back from @askerov.