Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #187

Merged
merged 1 commit into from
May 21, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Run `npm i react-native-splash-screen --save`

**Android:**

1. In your android/settings.gradle file, make the following additions:
1. In your `android/settings.gradle` file, make the following additions:
```java
include ':react-native-splash-screen'
project(':react-native-splash-screen').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-splash-screen/android')
Expand Down Expand Up @@ -181,7 +181,7 @@ You can create splash screens in the following folders:
* `drawable-xxhdpi`
* `drawable-xxxhdpi`

To modify the status bar color, you can add a color called primary_dark in color.xml
Add a color called `primary_dark` in `app/src/main/res/values/color.xml`

```
<?xml version="1.0" encoding="utf-8"?>
Expand Down Expand Up @@ -238,7 +238,7 @@ SplashScreen.show(this, false, R.style.SplashScreenTheme);

### iOS

Customize your splash screen via LaunchImage or LaunchScreen.xib,
Customize your splash screen via `LaunchImage` or `LaunchScreen.xib`,

**Learn more to see [examples](https://github.com/crazycodeboy/react-native-splash-screen/tree/master/examples)**

Expand Down Expand Up @@ -275,4 +275,4 @@ Pull requests are welcome. If you want to change the API or do something big it

---

**MIT Licensed**
**[MIT Licensed](https://github.com/crazycodeboy/react-native-splash-screen/blob/master/LICENSE)**