We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 317c294 commit 1abbdc7Copy full SHA for 1abbdc7
Example/package.json
@@ -16,7 +16,7 @@
16
"react": "18.2.0",
17
"react-dom": "18.2.0",
18
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
19
- "react-native-input-spinner": "^1.7.13",
+ "react-native-input-spinner": "^1.8.0",
20
"react-native-web": "~0.18.0"
21
},
22
"devDependencies": {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-input-spinner",
3
- "version": "1.7.13",
+ "version": "1.8.0",
4
"description": "React native input with increase and decrease buttons",
5
"main": "./src/index.js",
6
"types": "./src/index.d.ts",
0 commit comments