Skip to content

Commit eaa714a

Browse files
committed
update package.json
1 parent 88c94c5 commit eaa714a

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ Jumpstart building robust apps using React Native and TypeScript with most commo
5555
- [Cheat Sheet](#cheat-sheet)
5656
- [Single Screen vs Tabbed Based Navigation](#single-screen-vs-tabbed-based-navigation)
5757
- [Renaming the App](#renaming-the-app)
58-
- [iOS Launch Screen](#iOS-launch-screen)
58+
- [iOS Launch Screen](#ios-launch-screen)
59+
- [Android Launch Screen](#android-launch-screen)
5960
- [Contributing](#contributing)
6061
- [TODO](#todo)
6162

@@ -160,6 +161,14 @@ Change the 3 images here to set the new launch screen for iOS.
160161

161162
![Launch Screen](./src/view/assets/images/sample/splash-image.png "Launch Screen")
162163

164+
#### Android Launch Screen
165+
166+
```shell
167+
`./android/app/src/main/res/drawable-*` folders
168+
```
169+
170+
Change the images the `drawable-*` folders to set the new launch screen for Android.
171+
163172
#### Single Screen vs Tabbed Based Navigation
164173

165174
The application launches with a splash screen, and then moves to a tabbed based navigation. Splash screen is a good place to fetch data / build application launch logic like getting user token from API or Async Store, load persist state etc.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"react native navigation",
1010
"boilerplate"
1111
],
12-
"version": "0.4.4",
12+
"version": "0.4.5",
1313
"author": {
1414
"name": "Amit Mangal",
1515
"email": "[email protected]",

0 commit comments

Comments
 (0)