mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-20 06:28:14 -04:00
* revert rspc changes and some theme stuff * Run onboarding test first * test adding a tag * handle keyboard on Create Tag Modal * listen system theme changes * fix delete tag button * wait add tag mutation * remove duplicate assert * fix edit location setting screen * select theme & fix add tag test * add how to run web app to contributing * add note about how to use stores correctly * use theme colors * system theme * remove metro-minify-terser * final tweaks * cleanup * cleanup --------- Co-authored-by: Oscar Beaumont <oscar@otbeaumont.me>
24 lines
453 B
JSON
24 lines
453 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"
|
|
}
|
|
}
|