We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77f8f3d + 9ff4e87 commit 745aa2dCopy full SHA for 745aa2d
README.md
@@ -111,7 +111,7 @@ public class MainApplication extends Application implements ReactApplication {
111
Update the `MainActivity.java` to use `react-native-splash-screen` via the following changes:
112
113
```java
114
-import android.os.Bundle;
+import android.os.Bundle; // here
115
import com.facebook.react.ReactActivity;
116
// react-native-splash-screen >= 0.3.1
117
import org.devio.rn.splashscreen.SplashScreen; // here
0 commit comments