diff --git a/README.md b/README.md index 2e2588b8..83ac0ef5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # react-native-splash-screen -[![Download](https://img.shields.io/badge/Download-v3.1.1-ff69b4.svg) ](https://www.npmjs.com/package/react-native-splash-screen) +[![Download](https://img.shields.io/badge/Download-v3.2.0-ff69b4.svg) ](https://www.npmjs.com/package/react-native-splash-screen) [ ![PRs Welcome](https://img.shields.io/badge/PRs-Welcome-brightgreen.svg)](https://github.com/crazycodeboy/react-native-splash-screen/pulls) [ ![react-native-splash-screen release](https://img.shields.io/github/release/crazycodeboy/react-native-splash-screen.svg?maxAge=2592000?style=flat-square)](https://github.com/crazycodeboy/GitHubPopular/releases) [ ![语言 中文](https://img.shields.io/badge/语言-中文-feb252.svg)](https://github.com/crazycodeboy/react-native-splash-screen/blob/master/README.zh.md) @@ -150,6 +150,8 @@ Update `AppDelegate.m` with the following additions: // ...other code [RNSplashScreen show]; // here + // or + //[RNSplashScreen showSplash:@"LaunchScreen" inRootView:rootView]; return YES; } diff --git a/examples/package.json b/examples/package.json index ab65c82a..b1099f6a 100644 --- a/examples/package.json +++ b/examples/package.json @@ -9,7 +9,7 @@ "dependencies": { "react": "16.4.1", "react-native": "0.56.0", - "react-native-splash-screen": "^3.1.1" + "react-native-splash-screen": "^3.2.0" }, "devDependencies": { "babel-jest": "23.2.0", diff --git a/package.json b/package.json index f509a203..004ae03e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-splash-screen", - "version": "3.1.1", + "version": "3.2.0", "description": "A splash screen for react-native, hide when application loaded ,it works on iOS and Android.", "main": "index.js", "scripts": {