mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-20 22:50:11 -04:00
* fix wrong current lib logic * add delete lib dialog to LibraryGeneralSettings * add delete lib to mobile LibraryGeneralSettings too * onboarding screens * move zxcvbn to @sd/client * get started screen and bloom * merge fix * move generatePassword back to interface * add useZodForm to mobile and match react-hook-form versions * new lib screen * Implement styled api * create lib screen and some tweaks * password input * fix password meter comp * new library style tweaks * Fix remove password bug (interface) * master password screen * privacy screen * creating lib screen * hexagons are cool * Expo 48 * keyboard handling * fix P2P on IOS * fix types * asset script * new icons * Spacedrop screen * Fix mobile asset imports * fix import cycle warning * Edit Location Settings screen and style changes on other setting screens * fix library creating bug? hopefully lol * move PasswordMeter to interface --------- Co-authored-by: Oscar Beaumont <oscar@otbeaumont.me>
29 lines
544 B
JSON
29 lines
544 B
JSON
{
|
|
"expo": {
|
|
"name": "Spacedrive",
|
|
"slug": "spacedrive",
|
|
"owner": "spacedrive",
|
|
"version": "0.0.1",
|
|
"orientation": "portrait",
|
|
"jsEngine": "hermes",
|
|
"scheme": "spacedrive",
|
|
"platforms": ["ios", "android"],
|
|
"userInterfaceStyle": "automatic",
|
|
"updates": {
|
|
"enabled": false,
|
|
"fallbackToCacheTimeout": 0
|
|
},
|
|
"assetBundlePatterns": ["**/*"],
|
|
"ios": {
|
|
"supportsTablet": false
|
|
},
|
|
"android": {},
|
|
"privacy": "hidden",
|
|
"extra": {
|
|
"eas": {
|
|
"projectId": "0cbf4456-87fb-499c-8dfa-554bfa5129f3"
|
|
}
|
|
}
|
|
}
|
|
}
|