Is there a way to add splash screen in java for react native project?
I have seen a lot of solutions using the react-native-splash-screen library for react native projects. Is there any way to implement splash screen in android(java) for a react native project without using the react-native-splash-screen library or without any external libraries?