I would like to use exactly the same image that appears at the launch of the app, to display it in my first scene and put over it an activity indicator.
I've seen that in ./ios/<app name>/Images.xcassets/LaunchImage.launchimage
there are all the images used for the launch, and there's a JSON file containing informations about which image file to use, but how can I know which is my case (orientation, device)?
Any suggestions? Thank you very much, I'm using React Native.