Files
spacedrive/apps/mobile
Utku 63afacbc54 Mobile Analytics and some changes (#667)
* update contributing & environment-setup

* fix pods deployment target to 13.0

* Track app screen changes with plausible

* Don't track onboarding

* remove platformType from usePlausibleEvent

* submit custom plausible events
2023-04-04 05:41:09 +00:00
..
2023-04-03 08:12:28 +00:00
2023-03-21 06:03:08 -07:00
2023-04-03 08:12:28 +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-04-03 08:12:28 +00: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