-
-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathapp.json
More file actions
51 lines (51 loc) · 1.31 KB
/
app.json
File metadata and controls
51 lines (51 loc) · 1.31 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"expo": {
"name": "Ory Profile App",
"slug": "kratos-selfservice-ui-react-native",
"scheme": "kratos-selfservice-ui-react-native",
"version": "0.5.14",
"newArchEnabled": true,
"orientation": "portrait",
"githubUrl": "https://github.com/ory/kratos-selfservice-ui-react-native",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#f0f0f1"
},
"updates": {},
"assetBundlePatterns": [
"src/assets/*",
"src/assets/**/*",
"assets/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.ory.kratos-selfservice-ui-react-native"
},
"android": {
"package": "com.ory.kratos_self_service_ui_react_native",
"versionCode": 63,
"permissions": []
},
"web": {
"favicon": "./assets/favicon.png"
},
"platforms": [
"ios",
"android",
"web"
],
"description": "An example app demonstrating login, registration, profile settings, 2fa, account recovery, and more using the Ory Kratos open source project.",
"plugins": [
[
"@sentry/react-native/expo",
{
"organization": "ory-corp",
"project": "ory-profile-app"
}
],
"expo-secure-store"
]
}
}