We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 663b029 commit f87cbb8Copy full SHA for f87cbb8
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-smart-splash-screen",
3
- "version": "2.3.2",
+ "version": "2.3.3",
4
"description": "A smart splash screen for React Native apps",
5
"main": "SplashScreen.js",
6
"scripts": {
@@ -25,6 +25,6 @@
25
},
26
"homepage": "https://github.com/react-native-component/react-native-smart-splash-screen#readme",
27
"peerDependencies": {
28
- "react-native": "^0.40.0"
+ "react-native": ">=0.40.0"
29
}
30
0 commit comments