how to use SVG Image in Splash Screen on Expo eject

I separated ‘Expo’ using ‘Expo object’. And I want to use SVG for resolution of splash screen. But I don’t know how to do that.

I just know how to use the image in only Android.

I don’t know Ios Splash Screen

Android(splash_backgroud.xml):

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">

    <item android:drawable="@color/splashBackground"/>

    <item><bitmap android:gravity="center" android:src="@drawable/splash" /></item>

</layer-list>

I created the file ic_splash.xml using the SVG image as drawable => NEW => Vector Asset.

But I don’t know how to apply it.

I don’t know what to do with the iPhone.

Tell me how to apply the iPhone and Android.

Please help us a lot. Thank you in advance.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.