Skip to content

Commit

Permalink
Merge pull request #96 from tavriaforever/patch-1
Browse files Browse the repository at this point in the history
Update README after changinh com.cboy -> org.devio
  • Loading branch information
crazycodeboy authored Sep 18, 2017
2 parents a99fcda + 495f5cf commit b363e41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies {
3. Update the MainApplication.java file to use `react-native-splash-screen` via the following changes:

```java
import com.cboy.rn.splashscreen.SplashScreenReactPackage;
import org.devio.rn.splashscreen.SplashScreenReactPackage;
public class MainApplication extends Application implements ReactApplication {

private final ReactNativeHost mReactNativeHost = new ReactNativeHost(this) {
Expand Down Expand Up @@ -109,7 +109,7 @@ Update the `MainActivity.java` to use `react-native-splash-screen` via the follo
```java
import android.os.Bundle;
import com.facebook.react.ReactActivity;
import com.cboy.rn.splashscreen.SplashScreen; // here
import org.devio.rn.splashscreen.SplashScreen; // here

public class MainActivity extends ReactActivity {
@Override
Expand Down

0 comments on commit b363e41

Please sign in to comment.