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 dce41a4 + 50904f7 commit 108a5d7Copy full SHA for 108a5d7
README.md
@@ -64,6 +64,7 @@ dependencies {
64
3.Update the MainApplication.java file to use `react-native-splash-screen` via the following changes:
65
66
```java
67
+import com.cboy.rn.splashscreen.SplashScreenReactPackage;
68
public class MainApplication extends Application implements ReactApplication {
69
70
private final ReactNativeHost mReactNativeHost = new ReactNativeHost(this) {
0 commit comments