[dev-launcher][android] Add error screen (#12800)
# Why
Closes ENG-919
# How
- Replaced `DevSupportManager` with our custom class to override some RN functions which are connected to error
[dev-launcher][android] Add error screen (#12800)
# Why
Closes ENG-919
# How
- Replaced `DevSupportManager` with our custom class to override some RN functions which are connected to error handling.
- Implemented error screen which is similar to the blue screen from `Expo Go`.
- Shown the new error screen on native exceptions.
# Test Plan
- bare-expo ✅
show more ...
|