Revision Date Author Comments
# 4c2e121c 17-Dec-2021 Łukasz Kosmaty <[email protected]>

[dev-launcher] Reimplemented the native blue screen on Android (#15531)

# Why

Closes ENG-2397.

# How

Reimplemented a native blue screen on Android

# Test Plan

- bare-expo ✅


# 1fb73183 11-May-2021 Łukasz Kosmaty <[email protected]>

[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 ...