Files
jake 4032677024 Fix localStorage wiping on every launch (#2021)
* fix: wait until libraries have loaded before checking the count

* fix: include new core version in lockfile

* fix: moved value

* fix: check the `libraries/` data dir manually

* Clear localstorage via localStoarge.clear() (#2040)

only clear localstorage in desktop using js

---------

Co-authored-by: Brendan Allan <brendonovich@outlook.com>
2024-02-02 15:55:20 +00:00
..
2024-01-31 12:25:18 +00:00
2023-12-12 22:14:59 +00:00
2024-02-02 09:31:11 +00:00
2024-02-01 15:54:02 +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