| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "expo": {
- "name": "SmartFarmLite",
- "slug": "sf-lite",
- "version": "1.4.0",
- "orientation": "portrait",
- "icon": "./assets/images/icon.png",
- "scheme": "sflite",
- "userInterfaceStyle": "automatic",
- "newArchEnabled": true,
- "ios": {
- "supportsTablet": false,
- "bundleIdentifier": "net.simplico.sflite26",
- "infoPlist": {
- "NSCameraUsageDescription": "Allow SmartFarming Lite to use the camera for task photos.",
- "NSPhotoLibraryUsageDescription": "Allow SmartFarming Lite to access your photos."
- },
- "buildNumber": "7"
- },
- "android": {
- "adaptiveIcon": {
- "foregroundImage": "./assets/images/adaptive-icon.png"
- },
- "edgeToEdgeEnabled": true,
- "predictiveBackGestureEnabled": false,
- "package": "net.simplico.sflite26",
- "permissions": [
- "android.permission.RECORD_AUDIO"
- ],
- "abiFilters": ["arm64-v8a"],
- "versionCode": 8
- },
- "web": {
- "output": "static",
- "favicon": "./assets/images/favicon.png"
- },
- "plugins": [
- "expo-router",
- [
- "expo-image-picker",
- {
- "photosPermission": "Allow SmartFarming Lite to access your photos.",
- "cameraPermission": "Allow SmartFarming Lite to use your camera."
- }
- ],
- [
- "expo-splash-screen",
- {
- "image": "./assets/images/splash-icon.png",
- "imageWidth": 200,
- "resizeMode": "contain",
- "backgroundColor": "#ffffff",
- "dark": {
- "backgroundColor": "#000000"
- }
- }
- ],
- "expo-sqlite",
- "@react-native-community/datetimepicker"
- ],
- "experiments": {
- "typedRoutes": true,
- "reactCompiler": true
- },
- "extra": {
- "router": {},
- "eas": {
- "projectId": "340ba800-49be-404c-a820-d22e7933e8d4"
- }
- }
- }
- }
|