spacedrive/apps/mobile
Oscar Beaumont 85d0ddf6d3
rspc 0.1.3 prep (#756)
* Upgrade rspc + Specta + PCR

* fix jsonrpc executor

* fix invalidate excessive logging

* fix `Protected` type

* fix mobile

* clippy

* lol
2023-04-25 15:14:52 +08:00
..
android Mobile CI with Tests (#631) 2023-04-03 08:12:28 +00:00
crates rspc 0.1.3 prep (#756) 2023-04-25 15:14:52 +08:00
ios Fix Mobile CI (#708) 2023-04-15 08:56:08 +00:00
scripts Mobile CI with Tests (#631) 2023-04-03 08:12:28 +00:00
src [ENG-490] Add support for late key manager setup (#740) 2023-04-22 09:10:21 +00:00
tests [ENG-490] Add support for late key manager setup (#740) 2023-04-22 09:10:21 +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 Mobile CI with Tests (#631) 2023-04-03 08:12:28 +00:00
app.json Onboarding, Spacedrop & Location Settings Screen & Styled API (#596) 2023-03-17 02:00:02 +00:00
babel.config.js Change relative path to ~ 2022-09-05 00:30:34 +03:00
index.js Mobile Actions & File Info Modal (#573) 2023-02-20 05:24:59 +00:00
metro.config.js Onboarding, Spacedrop & Location Settings Screen & Styled API (#596) 2023-03-17 02:00:02 +00:00
package.json [ENG-384] Indexer rules editor (#723) 2023-04-22 04:30:11 +00:00
README.md Mobile Explorer (#512) 2023-01-11 14:39:19 +03:00
tailwind.config.js Onboarding, Spacedrop & Location Settings Screen & Styled API (#596) 2023-03-17 02:00:02 +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