mirror of
https://github.com/papra-hq/papra.git
synced 2026-01-06 08:59:37 -06:00
* Fixed mobile upload * fix lint * fix the document exit button and ios not launching issue * added reactotron for debugging network and fixed file name issue * added reactotron for debugging network and fixed file name issue * back to old signature * fix the type issues * fix the type issues * fix lint * exclude the type defs * refactor(mobile): moved declaration file to src root --------- Co-authored-by: jibraniqbal666 <jibran.iqbal@protonmail.com> Co-authored-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
58 lines
1.4 KiB
JSON
58 lines
1.4 KiB
JSON
{
|
|
"expo": {
|
|
"name": "Papra",
|
|
"slug": "papra",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./src/assets/images/icon.png",
|
|
"scheme": "papra",
|
|
"userInterfaceStyle": "automatic",
|
|
"newArchEnabled": true,
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "app.papra.ios"
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"backgroundColor": "#E6F4FE",
|
|
"foregroundImage": "./src/assets/images/android-icon-foreground.png",
|
|
"backgroundImage": "./src/assets/images/android-icon-background.png",
|
|
"monochromeImage": "./src/assets/images/android-icon-monochrome.png"
|
|
},
|
|
"edgeToEdgeEnabled": true,
|
|
"predictiveBackGestureEnabled": false,
|
|
"package": "app.papra.android"
|
|
},
|
|
"web": {
|
|
"output": "static",
|
|
"favicon": "./src/assets/images/favicon.png"
|
|
},
|
|
"plugins": [
|
|
"expo-router",
|
|
[
|
|
"expo-splash-screen",
|
|
{
|
|
"image": "./src/assets/images/splash-icon.png",
|
|
"imageWidth": 200,
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#ffffff",
|
|
"dark": {
|
|
"backgroundColor": "#000000"
|
|
}
|
|
}
|
|
],
|
|
"expo-secure-store"
|
|
],
|
|
"experiments": {
|
|
"typedRoutes": true,
|
|
"reactCompiler": true
|
|
},
|
|
"extra": {
|
|
"router": {},
|
|
"eas": {
|
|
"projectId": "f40c21f5-38e6-40d8-8627-528c1d3a533a"
|
|
}
|
|
}
|
|
}
|
|
}
|