skip to Main Content

MainActivityDelegate cannot be converted to Activity SplashScreen.show(this); – React native

I'm having trouble with the react-native-splash-screen React-native info Node : 16.17.0 Yarn : 1.22.19 react : 18.1.0 react-native : 0.70.0 Error MainActivityDelegate cannot be converted to Activity SplashScreen.show(this); MainActivity.java ` package com.ala.com.ala; import android.app.Activity; import android.os.Bundle; import android.util.Log; import android.widget.Toast;…

VIEW QUESTION
Back To Top
Search