react-native-navigation icon indicating copy to clipboard operation
react-native-navigation copied to clipboard

Expose when setNavigationRoot is called on RootPresenter

Open zzorba opened this issue 3 years ago • 5 comments

This change exposes when setNavigationRoot is called by the javascript application on the RootPresenter class.

This is needed to implement the new Android 12 style splash screen (discussion here: https://github.com/wix/react-native-navigation/discussions/7363), so that the screen can persist until the application is ready to show real content.

zzorba avatar Aug 21 '22 20:08 zzorba

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Oct 08 '22 06:10 stale[bot]

Not stale, still very relevant for anyone wanting to implement the new splash screen behavior from Android 12

zzorba avatar Oct 08 '22 15:10 zzorba

Just wondering if this might be able to get in soon. It's needed to support the new Android 11 style splash screen, which has been out for some time now.

zzorba avatar Nov 30 '22 15:11 zzorba

Another vote for having this merged in. Support for Android 12 splashscreens would be awesome, and this is currently blocking that effort.

fiznool avatar Mar 01 '23 13:03 fiznool

Throwing my vote in here as well. I've applied these changes via patch-package and they are working to allow to me to use the new SplashScreen API on Android.

marcshilling avatar Jan 10 '24 17:01 marcshilling