Let's assume I have a project in React Native which was inited with react-native-cli. Is it possible to use expo's splash screen to this project?
And if not what is the best way to implement a splash screen in a React Native project that was created with react-native-cli?
(besides react-native-splash-screen)