| #
232917c1 |
| 14-Apr-2022 |
Kudo Chien <[email protected]> |
[ios] try to fix ios client occasional build error (#17057)
|
| #
bab1112d |
| 19-Oct-2021 |
Tomasz Sapeta <[email protected]> |
[ios] Another fix for wrong Swift header import
|
| #
1236efb4 |
| 19-Oct-2021 |
Tomasz Sapeta <[email protected]> |
[ios] Fix wrong name for Swift header used in shell apps
|
| #
c46d5aae |
| 07-Oct-2021 |
Bartłomiej Bukowski <[email protected]> |
[iOS][screen-orientation][managed] Fix locking status bar orientation in ExpoGo (#14643)
|
| #
71ebd28e |
| 13-Sep-2021 |
Charlie Cruzan <[email protected]> |
[ios] Bump deployment target to 12.0 (#14383)
* drop ios 11
* update bare-sandbox
* forgot some
* add PR link to changelogs
* Update packages/expo-cellular/CHANGELOG.md
Co-authored-by
[ios] Bump deployment target to 12.0 (#14383)
* drop ios 11
* update bare-sandbox
* forgot some
* add PR link to changelogs
* Update packages/expo-cellular/CHANGELOG.md
Co-authored-by: Expo CI <[email protected]>
* et pod-install after rebase
Co-authored-by: Expo CI <[email protected]>
show more ...
|
| #
efd75dec |
| 16-Aug-2021 |
Tomasz Sapeta <[email protected]> |
[ios] Migrate all remaining native code
|
| #
37ed3460 |
| 07-Oct-2020 |
Eric Samelson <[email protected]> |
[ios] hide loading progress view on main thread (#10586)
|
| #
892d420f |
| 11-Sep-2020 |
Eric Samelson <[email protected]> |
[ios] fix background color on loading progress view (#10159)
|
| #
57bba33f |
| 21-Aug-2020 |
Eric Samelson <[email protected]> |
[android][ios] add option to load without extra dialogs (#9827)
# Why
See discussion in #platform-ios. This PR implements the ability to turn off the extra loading dialogs implemented in #9785 wi
[android][ios] add option to load without extra dialogs (#9827)
# Why
See discussion in #platform-ios. This PR implements the ability to turn off the extra loading dialogs implemented in #9785 with the manifest `developmentClient.silentLaunch` key, and also re-implements the loading progress bar in the iOS client.
This PR also adds a "Reload" option to the cached project alert.
# How
- Add support for the `developmentClient.silentLaunch` key and set a property on AppLoader as soon as we receive a manifest. Check the AppLoader property before showing a progress bar or alert dialog. (We actually already show a UIActivityIndicatorView in the period of time before the manifest is loaded.)
- Add reload option to alert dialog. (see screenshot)
# Test Plan
- Tested by inverting the logic for `developmentClient.silentLaunch` and ensuring the loading progress bar and alert dialogs do not show up.
- Also manually tested the "Reload" option on the alert dialog on both platforms
show more ...
|
| #
64c37d52 |
| 15-Aug-2020 |
Bartłomiej Bukowski <[email protected]> |
[iOS][splash-screen][managed] Fix LoadingProgress in prod apps (#9756)
|
| #
76b4fe7a |
| 31-Jul-2020 |
Bartłomiej Bukowski <[email protected]> |
[iOS] Convert LaunchScreen.xib to LaunchScreen.storyboard (#9450)
Because of developer.apple.com/news/?id=03262020b
.xib are deprecated in favour of .storyboard.
|
| #
9ef743bc |
| 28-Jul-2020 |
Bartłomiej Bukowski <[email protected]> |
[LoadingView][managed] Extract loading bar from LoadingView (#9324)
LoadingProgressView was integrated into LoadingView that has to be mostly rewritten, because of expo-splash-screen integration. As
[LoadingView][managed] Extract loading bar from LoadingView (#9324)
LoadingProgressView was integrated into LoadingView that has to be mostly rewritten, because of expo-splash-screen integration. As expo-splash-screen has no knowledge about any loading progress and this very same loading progress has to be presented above all application content I decided to go with the approach that is proposed in ReactNative repo for their version of loading progress bar (that means using separate UIWindow on iOS and PopupWindow on Android).
show more ...
|