mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-22 07:28:43 -04:00
* 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
- Make sure to run
pnpm iif you make any change to thepackagemobile uses likeassets. - If iOS build fails with
node not founderror, runecho "export NODE_BINARY=$(command -v node)" >> .xcode.env.localonmobile/ios/directory. - If XCode can't find node, run
ln -s "$(which node)" /usr/local/bin/node