File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,13 @@ Run `npm i react-native-splash-screen --save`
2424
2525** Android:**
2626
27- 1 . In your android/settings.gradle file, make the following additions:
28-
27+ 1.In your android/settings.gradle file, make the following additions:
2928```
3029include ':react-native-splash-screen'
3130project(':react-native-splash-screen').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-splash-screen/android')
3231```
3332
34- 2 . In your android/app/build.gradle file, add the ` :react-native-splash-screen ` project as a compile-time dependency:
33+ 2.In your android/app/build.gradle file, add the ` :react-native-splash-screen ` project as a compile-time dependency:
3534
3635```
3736...
@@ -41,7 +40,7 @@ dependencies {
4140}
4241```
4342
44- 3 . Update the MainApplication.java file to use ` react-native-splash-screen ` via the following changes:
43+ 3.Update the MainApplication.java file to use ` react-native-splash-screen ` via the following changes:
4544
4645``` java
4746public class MainApplication extends Application implements ReactApplication {
You can’t perform that action at this time.
0 commit comments