Skip to content

Commit 50904f7

Browse files
authored
Update README.md
please ignore past commit i mixed up MainActivity and applicationActivity import com.cboy.rn.splashscreen.SplashScreenReactPackage; is needed for protected List<ReactPackage> getPackages()
1 parent dce41a4 commit 50904f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ dependencies {
6464
3.Update the MainApplication.java file to use `react-native-splash-screen` via the following changes:
6565

6666
```java
67+
import com.cboy.rn.splashscreen.SplashScreenReactPackage;
6768
public class MainApplication extends Application implements ReactApplication {
6869

6970
private final ReactNativeHost mReactNativeHost = new ReactNativeHost(this) {

0 commit comments

Comments
 (0)