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