7 Commits

Author SHA1 Message Date
Brys
9d2e10e996 Switch from Yarn/Node.js to bun for faster dev install (#704)
* refactor: change from yarn to bun for package management

* feat: change workflows all to bun instead of node/yarn.

* refactor: change from node repl to bun repl

* fix: re-add nodejs as an applicable engine to package.json

* fix: remove bun.lock from hash in android-build workflow

---------

Co-authored-by: Ritesh Shukla <riteshshukla2381@gmail.com>
2025-11-23 17:31:24 -06:00
Ritesh Shukla
4d560be350 Nitro OTA Package (#560)
Adds internal over-the-air update support

Powered by `react-native-nitro-modules`, this OTA functionality is faster than the previous implementation, and won't slow down the UI when updates are being applied since updates occur off the main thread
2025-10-21 14:28:53 -05:00
Ritesh Shukla
9a0582f622 OTA Version Check (#374)
Update Version Check on startup to dictate OTA functionality

Co-authored-by: Ritesh Shukla <ritesh.shukla2@M-LD4JMWLW26.local>
2025-05-18 11:19:45 -05:00
Violet Caulfield
67fb799c5b update ota scripts 2025-05-15 11:42:30 -05:00
Violet Caulfield
35359c2538 update workflow 2025-05-15 11:26:32 -05:00
Violet Caulfield
58e43c9ab3 update ota scripts 2025-05-15 11:24:44 -05:00
Ritesh Shukla
20937ff359 Implement OTA Updates (#364)
Implements OTA updates, fetched via GitHub from our `App-Bundles` repository

All Typescript changes can be delivered this way

All native changes will need to go through the traditional `publish-beta` workflow, which is now run manually
2025-05-15 11:04:50 -05:00