Files
spacedrive/apps/mobile
Oscar Beaumont a435acf4a7 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
..
2023-04-03 08:12:28 +00:00
2023-04-25 15:14:52 +08:00
2023-04-15 08:56:08 +00:00
2023-04-03 08:12:28 +00:00
2022-08-08 20:29:14 -07:00
2023-04-03 08:12:28 +00:00
2022-09-05 00:30:34 +03:00
2023-01-11 14:39:19 +03:00
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