Skip to content

Commit b363e41

Browse files
authored
Merge pull request #96 from tavriaforever/patch-1
Update README after changinh com.cboy -> org.devio
2 parents a99fcda + 495f5cf commit b363e41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ dependencies {
6464
3. 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;
6868
public 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
110110
import android.os.Bundle;
111111
import com.facebook.react.ReactActivity;
112-
import com.cboy.rn.splashscreen.SplashScreen; // here
112+
import org.devio.rn.splashscreen.SplashScreen; // here
113113

114114
public class MainActivity extends ReactActivity {
115115
@Override

0 commit comments

Comments
 (0)