We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a55aca9 commit 63b4981Copy full SHA for 63b4981
1 file changed
README.md
@@ -8,10 +8,6 @@
8
A smart splash screen for React Native apps, written in JS, oc and java for cross-platform support.
9
It works on iOS and Android.
10
11
-## Notice
12
-
13
-It can only be used until react-native 0.4.0
14
15
## Preview
16
17
![react-native-smart-splash-screen-ios-preview][1]
@@ -23,6 +19,10 @@ It can only be used until react-native 0.4.0
23
19
npm install react-native-smart-splash-screen@untilRN0.40 --save
24
20
```
25
21
22
+## Notice
+
+It can only be used until react-native 0.4.0 for ios, if you want to use the latest package, use `npm install react-native-smart-splash-screen --save`
26
## Installation (iOS)
27
28
* Drag RCTSplashScreen.xcodeproj to your project on Xcode.
0 commit comments