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.
1 parent 909116e commit 26e68feCopy full SHA for 26e68fe
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