react-native-splash-screen icon indicating copy to clipboard operation
react-native-splash-screen copied to clipboard

Do we have to make any changes with respect to Android 12 Splash screen changes?

Open Yandamuri opened this issue 1 year ago • 7 comments

Seems like there is change in how the Splash Screen is implemented in Android 12. Please refer below link

https://developer.android.com/guide/topics/ui/splash-screen/migrate

Hence, Can we continue the package as it is oR any changes according to Android 12?

Yandamuri avatar Aug 03 '22 11:08 Yandamuri

Seems like there is change in how the Splash Screen is implemented in Android 12. Please refer below link

https://developer.android.com/guide/topics/ui/splash-screen/migrate

Hence, Can we continue the package as it is oR any changes according to Android 12?

+1

ribadiyabrijesh avatar Aug 03 '22 16:08 ribadiyabrijesh

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.

denisk20 avatar Sep 13 '22 07:09 denisk20

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 avatar Sep 13 '22 14:09 denisk20

@denisk20 you can try expo-splash-screen which is quite easy compared to native splash screen.

Yandamuri avatar Sep 14 '22 09:09 Yandamuri

Bu kitaplığı tamamen bıraktım ve iOS'ta LaunchScreen film şeridini ve Theme.SplashScreenandroid'de (ilk mesajdaki android eğitiminde açıklanmıştır) kullanarak yerel olarak açılış ekranını görüntüledim.

@denisk20 Hi, how did you solve the blank screen problem after Splash Screen?

bloggerklik avatar Sep 19 '22 17:09 bloggerklik

@denisk20 Hi, how did you solve the blank screen problem after Splash Screen?

@bloggerklik I ignore it for now.

denisk20 avatar Sep 19 '22 18:09 denisk20

@denisk20 Hi, how did you solve the blank screen problem after Splash Screen?

@bloggerklik I ignore it for now.

@denisk20 Ok :) I think the best solution for now is to make the splash screen the same as the background color of the boot screen.

bloggerklik avatar Sep 19 '22 19:09 bloggerklik