You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. In your android/app/build.gradle file, add the `:react-native-splash-screen` project as a compile-time dependency:
55
55
56
-
```
56
+
```java
57
57
...
58
58
dependencies {
59
59
...
@@ -163,7 +163,7 @@ Import `react-native-splash-screen` in your JS file.
163
163
164
164
Create a file called `launch_screen.xml` in `app/src/main/res/layout` (create the `layout`-folder if it doesn't exist). The contents of the file should be the following:
0 commit comments