Files
spacedrive/apps/mobile
ameer2468 c2aa4cc292 [MOB-52] Tabs animation (#2020)
* tabs animation

Update mobile-ci.yml

rive app requires macos 13.1

Update mobile-ci.yml

Update mobile-ci.yml

rive requires 14.0 ios deployment target

attempt to set deployment target to ios 14.0 for rive app

update target to 14.0

* downgrade packages for expo compatibility, fix test, touchable change to avoid ripple effect

* notes
2024-01-31 12:25:18 +00:00
..
2024-01-31 12:25:18 +00:00
2023-12-12 22:14:59 +00:00
2024-01-31 12:25:18 +00:00
2022-08-08 20:29:14 -07:00
2024-01-31 12:25:18 +00:00
2024-01-10 09:40:18 +00:00
2024-01-31 12:25:18 +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