Skip to content

Commit 745aa2d

Browse files
authored
Merge pull request #117 from SudharakaP/patch-1
Comment addition for missing import statement
2 parents 77f8f3d + 9ff4e87 commit 745aa2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public class MainApplication extends Application implements ReactApplication {
111111
Update the `MainActivity.java` to use `react-native-splash-screen` via the following changes:
112112

113113
```java
114-
import android.os.Bundle;
114+
import android.os.Bundle; // here
115115
import com.facebook.react.ReactActivity;
116116
// react-native-splash-screen >= 0.3.1
117117
import org.devio.rn.splashscreen.SplashScreen; // here

0 commit comments

Comments
 (0)