Skip to content

Commit

Permalink
Merge pull request #117 from SudharakaP/patch-1
Browse files Browse the repository at this point in the history
Comment addition for missing import statement
  • Loading branch information
crazycodeboy authored Nov 6, 2017
2 parents 77f8f3d + 9ff4e87 commit 745aa2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public class MainApplication extends Application implements ReactApplication {
Update the `MainActivity.java` to use `react-native-splash-screen` via the following changes:

```java
import android.os.Bundle;
import android.os.Bundle; // here
import com.facebook.react.ReactActivity;
// react-native-splash-screen >= 0.3.1
import org.devio.rn.splashscreen.SplashScreen; // here
Expand Down

0 comments on commit 745aa2d

Please sign in to comment.