spacedrive/apps/mobile
ameer2468 d96141e4e0
[ENG-1570] Add location button function overview (#1996)
* Make add location button work

* Update settings.json

* Update settings.json
2024-01-25 10:23:40 +00:00
..
assets [ENG-1570] Add location button function overview (#1996) 2024-01-25 10:23:40 +00:00
modules/sd-core [ENG-1488] Cloud sync message compression (#1922) 2024-01-09 10:21:23 +00:00
scripts Mobile design changes (#1886) 2023-12-12 22:14:59 +00:00
src [ENG-1511] Library Screens (#1903) 2024-01-16 12:15:03 +00:00
tests [MOB-46] New mobile browse screen design (#1918) 2024-01-07 22:15:13 +00:00
.eslintrc.js [ENG-469] Make Prettier and ESLint work together (#706) 2023-04-14 21:21:21 +00:00
.gitattributes Mobile app (#352) 2022-08-08 20:29:14 -07:00
.gitignore Fix Android bridge + drop IOS and Android projects (#1336) 2023-09-13 10:07:26 +00:00
.svgrrc.js [ENG-971] More File Icons (code extensions) (#1217) 2023-08-22 14:45:31 +00:00
app.json Mobile design changes (#1886) 2023-12-12 22:14:59 +00:00
babel.config.js Solid Iterop v2 (#1925) 2024-01-10 09:40:18 +00:00
index.js [ENG-1067] Update phosphor to new package & update sort imports (#1330) 2023-09-11 15:26:44 +00:00
metro.config.js Improve ephemeral walker (#1877) 2024-01-02 06:09:44 +00:00
package.json Solid Iterop v2 (#1925) 2024-01-10 09:40:18 +00:00
README.md Mobile Explorer (#512) 2023-01-11 14:39:19 +03:00
tailwind.config.js [MOB-1] Theme support for Mobile (#755) 2023-05-04 08:10:31 +00:00
tsconfig.json Mobile CI with Tests (#631) 2023-04-03 08:12:28 +00: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.
  • If XCode can't find node, run ln -s "$(which node)" /usr/local/bin/node