| #
167fd314 |
| 30-Jun-2021 |
Will Schurman <[email protected]> |
[ios] Use stable manifest ID where applicable (#13280)
|
| #
0f064ba0 |
| 29-Oct-2019 |
Łukasz Kosmaty <[email protected]> |
[error-recovery] Extract ErrorRecovery into unimodule (#5357)
# Why
Resolve #5256.
# Test Plan
I've tested it with simple demo https://snack.expo.io/@lukaszkosmaty/error-recovery-test.
I'v
[error-recovery] Extract ErrorRecovery into unimodule (#5357)
# Why
Resolve #5256.
# Test Plan
I've tested it with simple demo https://snack.expo.io/@lukaszkosmaty/error-recovery-test.
I've also tested scoped behaviour.
show more ...
|
| #
f322f621 |
| 01-Mar-2018 |
Ben Roth <[email protected]> |
support error handling, wire up dev bridge loading callbacks
fbshipit-source-id: ea89a22
|
| #
4d2ac632 |
| 16-Jan-2018 |
Ben Roth <[email protected]> |
Remove deprecated kernel notifications These were replaced by kernel services in SDK 19, and we just dropped 18. Closes https://github.com/expo/universe/issues/1733
fbshipit-source-id: 88e0626
|
| #
9f8d9b9d |
| 11-Jul-2017 |
Ben Roth <[email protected]> |
Formalize `EXKernelService` protocol, allow services to listen to bridge lifecycle of all apps
fbshipit-source-id: 20d02633d2
|
| #
688d12ef |
| 05-Jul-2017 |
Ben Roth <[email protected]> |
Make kernel services into delegates for their versioned modules
fbshipit-source-id: 38f52d3244
|
| #
fd8b7de4 |
| 30-Jun-2017 |
Ben Roth <[email protected]> |
Move ErrorRecoveryManager into kernel services, scope ErrorRecovery module
fbshipit-source-id: 1611d5cd4b
|
| #
93d25cad |
| 07-Apr-2017 |
Ben Roth <[email protected]> |
Add backoff to error recovery autoreload
fbshipit-source-id: 66c76c5
|
| #
8e3c2ccd |
| 06-Apr-2017 |
Ben Roth <[email protected]> |
Keep track of successful JS loads, expose `EXKernelModule.shouldCurrentTaskAutoReload` based on last successful load time
fbshipit-source-id: ec8e7d1
|
| #
52387f48 |
| 06-Apr-2017 |
Ben Roth <[email protected]> |
Add `Exponent.ErrorRecovery.setRecoveryProps()`, pass these on next reload initial props if there was a JS crash
fbshipit-source-id: cd0382c
|
| #
fa4abd86 |
| 06-Apr-2017 |
Ben Roth <[email protected]> |
Allow error recovery dictionary to be associated with an experience id
fbshipit-source-id: 382418e
|
| #
1899209a |
| 05-Apr-2017 |
Ben Roth <[email protected]> |
Move experience error tracking to new class `ErrorRecoveryManager`
fbshipit-source-id: e1297c9
|