spacedrive/apps/mobile
Oscar Beaumont 3964d44ce5
Integrate KeyManager with library creation flow (#491)
* integrate keymanager with library creation flow

* final fixes

* fix clippy recommendations

* minor fixes on library create dialog

* reenable `panic!` for no key + fix secret handling code

* prevent user setting secret , instead hardcode it

* clean library manager default key selection

* bring back wrongly removed `keys.onboarding` resolver

* fix types in `CreateLibraryDialog`
2023-01-04 00:13:12 +08:00
..
android Mobile - File Import (#443) 2022-11-01 21:32:56 +08:00
ios Mobile - Settings & Tags (#479) 2022-12-13 15:18:03 +08:00
rust More Sync Stuff (#438) 2022-10-27 23:12:28 -07:00
scripts 🎉 Fix core on Android 2022-10-18 20:57:17 +08:00
src Integrate KeyManager with library creation flow (#491) 2023-01-04 00:13:12 +08:00
.buckconfig Mobile app (#352) 2022-08-08 20:29:14 -07:00
.eslintrc.js Mobile - Settings & Tags (#479) 2022-12-13 15:18:03 +08:00
.gitattributes Mobile app (#352) 2022-08-08 20:29:14 -07:00
.gitignore Mobile app (#352) 2022-08-08 20:29:14 -07:00
app.json 🎉 Fix core on Android 2022-10-18 20:57:17 +08:00
babel.config.js Change relative path to ~ 2022-09-05 00:30:34 +03:00
eas.json 🎉 Fix core on Android 2022-10-18 20:57:17 +08:00
index.js Mobile - File Import (#443) 2022-11-01 21:32:56 +08:00
metro.config.js Mobile - File Import (#443) 2022-11-01 21:32:56 +08:00
package.json Mobile - Settings & Tags (#479) 2022-12-13 15:18:03 +08:00
README.md Mobile - Settings & Tags (#479) 2022-12-13 15:18:03 +08:00
tailwind.config.js Mobile - Settings & Tags (#479) 2022-12-13 15:18:03 +08:00
tsconfig.json Mobile - Settings & Tags (#479) 2022-12-13 15:18:03 +08:00

  • Make sure to run pnpm i if you make any change to the package mobile uses like assets.
  • If iOS build fails with node not found error, run echo "export NODE_BINARY=$(command -v node)" >> .xcode.env.local on mobile/ios/ directory.