mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-21 06:59:17 -04:00
* attempts * expo stop using spaces pls * attempt * you used to work without this sir * fixed * use serde instead of specta * remove `serde(default`) and update bindings * fix mobile * fix types --------- Co-authored-by: jake <77554505+brxken128@users.noreply.github.com>
- 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