-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
executable file
·37 lines (35 loc) · 770 Bytes
/
app.json
File metadata and controls
executable file
·37 lines (35 loc) · 770 Bytes
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
// // {
// // "expo": {
// // "sdkVersion": "25.0.0"
// // }
// // }
// {
// "expo": {
// "name": "react native web proj",
// "icon": "./src/icon.png",
// "version": "1.0.0",
// "slug": "your-app-slug",
// "sdkVersion": "25.0.0",
// "ios": {
// "bundleIdentifier": "react-native-web-proj"
// },
// "android": {
// "package": "react-native-web-proj"
// }
// }
// }
{
"expo": {
"name": "React Native Web Proj",
"icon": "./src/icon.png",
"version": "1.0.0",
"slug": "your-app-slug",
"sdkVersion": "25.0.0",
"ios": {
"bundleIdentifier": "com.yourcompany.reactnativewebproj"
},
"android": {
"package": "com.yourcompany.reactnativewebproj"
}
}
}