From 2111d1582b33b4191f71a579dc5f6be1bc2e47db Mon Sep 17 00:00:00 2001 From: crazycodeboy Date: Sat, 19 Aug 2017 01:19:11 +0800 Subject: [PATCH] publish v3.0 --- README.md | 2 +- README.zh.md | 4 ++-- package.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1c1c5954..21d66231 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ A splash screen API for react-native which can programatically hide and show the - [Changes](#changes) ## Changes -For React Native >= 4.0 use [v2.+](https://github.com/crazycodeboy/react-native-splash-screen/releases), for React Native < 4.0 use [v1.0.9](https://github.com/crazycodeboy/react-native-splash-screen/releases/tag/v1.0.9) +For React Native >= 0.47.0 use [v3.+](https://github.com/crazycodeboy/react-native-splash-screen/releases), for React Native < 0.47.0 use [v2.1.0](https://github.com/crazycodeboy/react-native-splash-screen/releases/tag/v1.0.9) ## Examples * [Examples](https://github.com/crazycodeboy/react-native-splash-screen/tree/master/examples) diff --git a/README.zh.md b/README.zh.md index f9816fb5..233ff3be 100644 --- a/README.zh.md +++ b/README.zh.md @@ -29,8 +29,8 @@ React Native启动屏,解决iOS,Android启动白屏问题,支持Android和 ## 改变 -如果你项目的React Native>=4.0请使用[v2.+](https://github.com/crazycodeboy/react-native-splash-screen/releases), -如果<4.0请使用[v1.0.9](https://github.com/crazycodeboy/react-native-splash-screen/releases/tag/v1.0.9)。 +如果你项目的React Native>=0.47.请使用[v3.+](https://github.com/crazycodeboy/react-native-splash-screen/releases), +如果<0.47.0请使用[v2.1.0](https://github.com/crazycodeboy/react-native-splash-screen/releases/tag/v1.0.9)。 ## 安装说明 diff --git a/package.json b/package.json index 05203f6e..b42560c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-splash-screen", - "version": "2.1.0", + "version": "3.0.0", "description": "A splash screen for react-native, hide when application loaded ,it works on iOS and Android.", "main": "index.js", "scripts": { @@ -28,7 +28,7 @@ "url": "https://github.com/crazycodeboy/react-native-splash-screen/issues" }, "peerDependencies": { - "react-native": ">=0.40.0" + "react-native": ">=0.47.0" }, "homepage": "https://github.com/crazycodeboy/react-native-splash-screen#readme" }