3191691fff
Long press any post card to open a context menu with state-aware actions: - Copy text (all states) - ERROR: Retry now, Edit & retry, View error message - QUEUE: Edit, Reschedule (native DateTimePicker → PUT /posts/:id) - PUBLISHED: Repost - DRAFT: Edit & schedule Compose screen now accepts prefillContent/prefillIntegrationIds router params to pre-fill content and channel selection when editing or reposting. Adds expo-clipboard for clipboard support. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
63 lines
1.6 KiB
JSON
63 lines
1.6 KiB
JSON
{
|
|
"expo": {
|
|
"name": "PostizMobile",
|
|
"slug": "postiz-mobile",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/images/icon.png",
|
|
"scheme": "postiz-mobile",
|
|
"userInterfaceStyle": "dark",
|
|
"newArchEnabled": true,
|
|
"splash": {
|
|
"image": "./assets/images/icon.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#0D0D0F"
|
|
},
|
|
"ios": {
|
|
"supportsTablet": false,
|
|
"infoPlist": {
|
|
"NSPhotoLibraryUsageDescription": "PostizMobile needs access to your photo library to attach images to posts.",
|
|
"NSCameraUsageDescription": "PostizMobile needs camera access to take photos for posts."
|
|
}
|
|
},
|
|
"android": {
|
|
"package": "fr.gyozamancave.postizmobile",
|
|
"permissions": [
|
|
"android.permission.READ_EXTERNAL_STORAGE",
|
|
"android.permission.WRITE_EXTERNAL_STORAGE",
|
|
"android.permission.READ_MEDIA_IMAGES",
|
|
"android.permission.RECEIVE_BOOT_COMPLETED",
|
|
"android.permission.VIBRATE",
|
|
"android.permission.RECORD_AUDIO"
|
|
]
|
|
},
|
|
"web": {
|
|
"favicon": "./assets/images/icon.png"
|
|
},
|
|
"plugins": [
|
|
"expo-router",
|
|
"expo-font",
|
|
"expo-web-browser",
|
|
"expo-image-picker",
|
|
"expo-secure-store",
|
|
[
|
|
"expo-notifications",
|
|
{
|
|
"icon": "./assets/images/icon.png",
|
|
"color": "#6366F1",
|
|
"sounds": []
|
|
}
|
|
]
|
|
],
|
|
"experiments": {
|
|
"typedRoutes": true,
|
|
"reactCompiler": true
|
|
},
|
|
"extra": {
|
|
"eas": {
|
|
"projectId": "aeaaa2bd-3a27-4771-8e39-f2e14fe0e030"
|
|
}
|
|
}
|
|
}
|
|
}
|