DEV Community

Göktürk Acar
Göktürk Acar

Posted on

react-native splash screen

I have an application that I developed using React Native, and this application is available on both Android devices (tablets and phones) and iOS devices (iPads and iPhones). I want to create a Splash screen for this application.

My goal is to have a Splash screen that looks good on all devices.

1- I want it to look good on all devices. Is there a package that can automatically resize/scale the splash image to make it look good on all screens?

2- If there is no such package, what should I do? What steps should I follow?

Top comments (2)

Collapse
 
dezudas profile image
Dijup Tuladhar

github.com/zoontek/react-native-bo...

this should be something you are looking for

Collapse
 
rahul7007 profile image
Rahul Sarma • Edited

I've created this project, you can check. However, this repo doesn't has readme yet.

github.com/rahul7007/React-Native-...