Skip to content

Commit 148f86c

Browse files
authored
Merge pull request #5 from haikyuu/patch-1
Update the third step in Readme
2 parents 909116e + 26e68fe commit 148f86c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ public class MainApplication extends Application implements ReactApplication {
8686
Update the MainActivity.java file to use `react-native-splash-screen` via the following changes:
8787

8888
```java
89+
import android.os.Bundle;
90+
import com.facebook.react.ReactActivity;
91+
import com.cboy.rn.splashscreen.SplashScreen;
92+
8993
public class MainActivity extends ReactActivity {
9094
@Override
9195
protected void onCreate(Bundle savedInstanceState) {

0 commit comments

Comments
 (0)