We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34264cb commit c319b6fCopy full SHA for c319b6f
Example/package.json
@@ -8,12 +8,12 @@
8
"eject": "expo eject"
9
},
10
"dependencies": {
11
- "expo": "^38.0.8",
+ "expo": "^38.0.9",
12
"react": "16.13.1",
13
"react-dom": "^16.13.1",
14
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
15
- "react-native-input-spinner": "^1.2.14",
16
- "react-native-web": "^0.13.1"
+ "react-native-input-spinner": "^1.2.15",
+ "react-native-web": "^0.13.5"
17
18
"prettier": {
19
"tabWidth": 4,
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-input-spinner",
3
- "version": "1.2.14",
+ "version": "1.2.15",
4
"description": "React native input with increase and decrease buttons",
5
"main": "index.js",
6
"scripts": {
0 commit comments