forked from expo/expo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
35 lines (35 loc) · 801 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
expo: {
name: 'expo-home',
description: '',
slug: 'expo-home-dev-5d92eefff05cdfa5effcea43f5c2b52e3ed6d7ea',
privacy: 'unlisted',
sdkVersion: '33.0.0',
version: '33.0.0',
orientation: 'portrait',
platforms: [
'ios',
'android',
],
primaryColor: '#cccccc',
icon: 'https://s3.amazonaws.com/exp-brand-assets/ExponentEmptyManifest_192.png',
updates: {
checkAutomatically: 'ON_LOAD',
fallbackToCacheTimeout: 0,
},
packagerOpts: {
config: 'rn-cli.config.js',
},
ios: {
supportsTablet: true,
bundleIdentifier: 'host.exp.exponent',
},
android: {
package: 'host.exp.exponent',
},
scheme: 'exp',
extra: {
amplitudeApiKey: '081e5ec53f869b440b225d5e40ec73f9',
},
},
}