Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add modal state provider, replace usage except methods (#1833) | Eric Bailey | 2023-11-08 | 1 | -4/+4 |
| | | | | | | | | | | | | | * Add modal state provider, replace usage except methods * Replace easy spots * Fix sticky spots * Replace final usages * Memorize context objects * Add more warnings | ||||
* | Replace all logs with new logger | Eric Bailey | 2023-11-04 | 1 | -6/+7 |
| | |||||
* | Fix immediate TS errors | Eric Bailey | 2023-11-04 | 1 | -6/+6 |
| | |||||
* | don't throw, but log OTA listener errors (#958) | Ansh | 2023-07-03 | 1 | -1/+4 |
| | |||||
* | [APP-107] OTA updates (#587) | Ansh | 2023-06-02 | 1 | -0/+74 |
* add 1000ms fallbackToCacheTimeout * add listener via useOTAUpdate hook and show modal if update is available * finish expo-updates setup * setup useOTAUpdate hook * add 1000ms fallbackToCacheTimeout * add listener via useOTAUpdate hook and show modal if update is available * finish expo-updates setup * setup useOTAUpdate hook * add OTA updates * Update build.md * temporarily disable ota updates * refactor useOTAUpdate code |