Skip to content

Commit

Permalink
publish v3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crazycodeboy committed Aug 18, 2017
1 parent 54d1a33 commit 2111d15
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

## 安装说明

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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"
}

0 comments on commit 2111d15

Please sign in to comment.