File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ dependencies {
64643 . Update the MainApplication.java file to use ` react-native-splash-screen ` via the following changes:
6565
6666``` java
67- import com.cboy .rn.splashscreen.SplashScreenReactPackage ;
67+ import org.devio .rn.splashscreen.SplashScreenReactPackage ;
6868public class MainApplication extends Application implements ReactApplication {
6969
7070 private final ReactNativeHost mReactNativeHost = new ReactNativeHost (this ) {
@@ -109,7 +109,7 @@ Update the `MainActivity.java` to use `react-native-splash-screen` via the follo
109109``` java
110110import android.os.Bundle ;
111111import com.facebook.react.ReactActivity ;
112- import com.cboy .rn.splashscreen.SplashScreen ; // here
112+ import org.devio .rn.splashscreen.SplashScreen ; // here
113113
114114public class MainActivity extends ReactActivity {
115115 @Override
You can’t perform that action at this time.
0 commit comments