File size: 698 Bytes
f68c02e | 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 | {
"expo": {
"name": "Chahuadev Code Editor",
"slug": "chahuadev-code-editor",
"version": "1.0.0",
"orientation": "default",
"icon": "./assets/icon.png",
"userInterfaceStyle": "dark",
"splash": {
"image": "./assets/icon.png",
"resizeMode": "contain",
"backgroundColor": "#0e0e14"
},
"ios": {
"supportsTablet": true
},
"android": {
"package": "com.chahuadev.codeeditor",
"adaptiveIcon": {
"backgroundColor": "#0e0e14",
"foregroundImage": "./assets/icon.png"
}
},
"web": {
"favicon": "./assets/icon.png"
},
"plugins": [
[
"expo-file-system"
]
]
}
}
|