We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0596db1 commit eb5fb09Copy full SHA for eb5fb09
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.12",
+ "react-native-input-spinner": "^1.7.13",
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.12",
+ "version": "1.7.13",
4
"description": "React native input with increase and decrease buttons",
5
"main": "./src/index.js",
6
"types": "./src/index.d.ts",
0 commit comments