We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 909116e + 26e68fe commit 148f86cCopy full SHA for 148f86c
README.md
@@ -86,6 +86,10 @@ public class MainApplication extends Application implements ReactApplication {
86
Update the MainActivity.java file to use `react-native-splash-screen` via the following changes:
87
88
```java
89
+import android.os.Bundle;
90
+import com.facebook.react.ReactActivity;
91
+import com.cboy.rn.splashscreen.SplashScreen;
92
+
93
public class MainActivity extends ReactActivity {
94
@Override
95
protected void onCreate(Bundle savedInstanceState) {
0 commit comments