We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6501f8 commit 9966ae2Copy full SHA for 9966ae2
Example/package.json
@@ -1,6 +1,9 @@
1
{
2
"main": "node_modules/expo/AppEntry.js",
3
+ "homepage": "https://marcocesarato.github.io/react-native-input-spinner/",
4
"scripts": {
5
+ "deploy": "gh-pages -d web-build",
6
+ "predeploy": "expo build:web",
7
"start": "expo start",
8
"android": "expo start --android",
9
"ios": "expo start --ios",
@@ -17,7 +20,8 @@
17
20
"react-native-web": "~0.15.0"
18
21
},
19
22
"devDependencies": {
- "babel-preset-expo": "8.3.0"
23
+ "babel-preset-expo": "8.3.0",
24
+ "gh-pages": "^3.1.0"
25
26
"private": true
27
}
0 commit comments