We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f052c1d commit 93b42fdCopy full SHA for 93b42fd
Example/package.json
@@ -12,7 +12,7 @@
12
"react": "17.0.1",
13
"react-dom": "^17.0.1",
14
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
15
- "react-native-input-spinner": "^1.4.4",
+ "react-native-input-spinner": "^1.4.5",
16
"react-native-web": "^0.14.10"
17
},
18
"prettier": {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-input-spinner",
3
- "version": "1.4.4",
+ "version": "1.4.5",
4
"description": "React native input with increase and decrease buttons",
5
"main": "./src/index.js",
6
"types": "./src/index.d.ts",
0 commit comments