| #
5492fe30 |
| 25-Jul-2022 |
Łukasz Kosmaty <[email protected]> |
[dev-launcher][Android] Redesign the splash screen (#18307)
# Why
Redesigns the splash screen on Android. Right now, we 3 different splash screens:
- app one
- native one
- from the launcher
[dev-launcher][Android] Redesign the splash screen (#18307)
# Why
Redesigns the splash screen on Android. Right now, we 3 different splash screens:
- app one
- native one
- from the launcher app.
The native one and the one from the js app were looking differently. So I made them look the same.
> Note:
We don't have to do the same on iOS, because we don't have a native splash screen there.
# How
Made the native screen similar to the one from the js.
# Test Plan
- bare-expo ✅
show more ...
|
| #
763fbde2 |
| 10-May-2021 |
Łukasz Kosmaty <[email protected]> |
[dev-launcher][android] Fix deep linking on first open doesn't redirect to the app (#12729)
# Why
Part of ENG-921.
Closes ENG-985.
# How
- Fixed the init deep link was sometimes ignored.
[dev-launcher][android] Fix deep linking on first open doesn't redirect to the app (#12729)
# Why
Part of ENG-921.
Closes ENG-985.
# How
- Fixed the init deep link was sometimes ignored.
- Added splash screen on Android to hide where screen.
# Test Plan
- bare-expo ✅
show more ...
|