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 {
64
64
3 . Update the MainApplication.java file to use ` react-native-splash-screen ` via the following changes:
65
65
66
66
``` java
67
- import com.cboy .rn.splashscreen.SplashScreenReactPackage ;
67
+ import org.devio .rn.splashscreen.SplashScreenReactPackage ;
68
68
public class MainApplication extends Application implements ReactApplication {
69
69
70
70
private final ReactNativeHost mReactNativeHost = new ReactNativeHost (this ) {
@@ -109,7 +109,7 @@ Update the `MainActivity.java` to use `react-native-splash-screen` via the follo
109
109
``` java
110
110
import android.os.Bundle ;
111
111
import com.facebook.react.ReactActivity ;
112
- import com.cboy .rn.splashscreen.SplashScreen ; // here
112
+ import org.devio .rn.splashscreen.SplashScreen ; // here
113
113
114
114
public class MainActivity extends ReactActivity {
115
115
@Override
You can’t perform that action at this time.
0 commit comments