Rohit Prasad
Results
2
comments of
Rohit Prasad
Does adding the code in this commit fix the issue https://github.com/facebook/react-native/commit/449dc37720b24d9d88661314424c9f982e70ec3a See https://github.com/facebook/react-native/issues/28270
Make sure your MainActivity.java contains the following 2 package com.app_name; //Your app name import com.facebook.react.ReactActivity; import org.devio.rn.splashscreen.SplashScreen; import android.os.Bundle; // import this public class MainActivity extends ReactActivity { @Override protected...