2

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)

Giorgos Kartalis
  • 874
  • 1
  • 7
  • 14

1 Answers1

2

Revisited this after two years.

Right now the best way to do that is react-native-bootsplash

Giorgos Kartalis
  • 874
  • 1
  • 7
  • 14