mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 10:19:51 -06:00
35 lines
936 B
JSON
35 lines
936 B
JSON
{
|
|
"expo": {
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"backgroundColor": "#ffffff",
|
|
"foregroundImage": "./assets/adaptive-icon.png"
|
|
}
|
|
},
|
|
"assetBundlePatterns": ["**/*"],
|
|
"icon": "./assets/icon.png",
|
|
"ios": {
|
|
"infoPlist": {
|
|
"NSCameraUsageDescription": "Take pictures for certain activities.",
|
|
"NSMicrophoneUsageDescription": "Need microphone access for recording videos.",
|
|
"NSPhotoLibraryUsageDescription": "Select pictures for certain activities."
|
|
},
|
|
"supportsTablet": true
|
|
},
|
|
"jsEngine": "hermes",
|
|
"name": "react-native-demo",
|
|
"orientation": "portrait",
|
|
"slug": "react-native-demo",
|
|
"splash": {
|
|
"backgroundColor": "#ffffff",
|
|
"image": "./assets/splash.png",
|
|
"resizeMode": "contain"
|
|
},
|
|
"userInterfaceStyle": "light",
|
|
"version": "1.0.0",
|
|
"web": {
|
|
"favicon": "./assets/favicon.png"
|
|
}
|
|
}
|
|
}
|