|
1 | 1 | { |
2 | | - "expo": { |
3 | | - "name": "Example react-native-input-spinner", |
4 | | - "slug": "Example", |
5 | | - "privacy": "public", |
6 | | - "sdkVersion": "33.0.0", |
7 | | - "platforms": ["ios", "android", "web"], |
8 | | - "version": "1.0.0", |
9 | | - "orientation": "portrait", |
10 | | - "icon": "./assets/icon.png", |
11 | | - "splash": { |
12 | | - "image": "./assets/splash.png", |
13 | | - "resizeMode": "contain", |
14 | | - "backgroundColor": "#ffffff" |
15 | | - }, |
16 | | - "updates": { |
17 | | - "fallbackToCacheTimeout": 0 |
18 | | - }, |
19 | | - "assetBundlePatterns": ["**/*"], |
20 | | - "ios": { |
21 | | - "supportsTablet": true |
22 | | - }, |
23 | | - "description": "", |
24 | | - "githubUrl": "https://github.com/marcocesarato/react-native-input-spinner/Example" |
25 | | - } |
| 2 | + "expo": { |
| 3 | + "name": "Example react-native-input-spinner", |
| 4 | + "slug": "Example", |
| 5 | + "privacy": "public", |
| 6 | + "platforms": [ |
| 7 | + "ios", |
| 8 | + "android", |
| 9 | + "web" |
| 10 | + ], |
| 11 | + "version": "1.0.0", |
| 12 | + "orientation": "portrait", |
| 13 | + "icon": "./assets/icon.png", |
| 14 | + "splash": { |
| 15 | + "image": "./assets/splash.png", |
| 16 | + "resizeMode": "contain", |
| 17 | + "backgroundColor": "#ffffff" |
| 18 | + }, |
| 19 | + "updates": { |
| 20 | + "fallbackToCacheTimeout": 0 |
| 21 | + }, |
| 22 | + "assetBundlePatterns": [ |
| 23 | + "**/*" |
| 24 | + ], |
| 25 | + "ios": { |
| 26 | + "supportsTablet": true |
| 27 | + }, |
| 28 | + "description": "", |
| 29 | + "githubUrl": "https://github.com/marcocesarato/react-native-input-spinner/Example" |
| 30 | + } |
26 | 31 | } |
0 commit comments