spacedrive/apps/mobile
Vítor Vasconcellos 8e271c007f
Lock version of patched dependencies (#2151)
Fix eslint warning
 - Fix some subdependencies requiring an older @typescript-eslint/parser version that is incompatible with the current version of typescript
 - Add react-router and react-router-dom version lock to ensure pnpm doesn't download a version incompatible with our patched @remix/router
 - Add version lock to @remix-run/router to avoid incompatibilities with our patched version
2024-03-01 01:57:27 +00:00
..
assets [MOB-55] Video animation for onboarding on mobile and desktop (#2065) 2024-02-07 17:25:04 +00:00
modules/sd-core [MOB-37, MOB-38, MOB-39] Preview for PDF, Text and Media files (#2098) 2024-02-21 13:26:05 +00:00
scripts Working Location-Watcher system for iOS app (#2073) 2024-02-29 16:14:50 +00:00
src Working Location-Watcher system for iOS app (#2073) 2024-02-29 16:14:50 +00:00
tests fix mobile ci (#2068) 2024-02-08 12:58:09 +00:00
.eslintrc.js [MOB-4] Toast messages (#2132) 2024-02-28 09:33:24 +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 [MOB-37, MOB-38, MOB-39] Preview for PDF, Text and Media files (#2098) 2024-02-21 13:26:05 +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 Fix Linux release (#2081) 2024-02-13 18:26:19 +00:00
package.json Lock version of patched dependencies (#2151) 2024-03-01 01:57:27 +00:00
README.md Update to Expo 50 and Fix to Rive Crashing (#2049) 2024-02-05 12:06:47 +00: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
  • To view the logs from the Spacedrive Core API, run xcrun simctl launch --console booted com.spacedrive.app with the app built in debug mode.
  • If Rive Assets have been updated, run pnpm mobile prebuild to import the latest version of the .riv files into the project.