| #
5db43c74 |
| 05-Sep-2021 |
Will Schurman <[email protected]> |
[expo-manifests] Remove reliance upon stableLegacyId/originalFullName (#14265)
|
| #
167fd314 |
| 30-Jun-2021 |
Will Schurman <[email protected]> |
[ios] Use stable manifest ID where applicable (#13280)
|
| #
22177ad6 |
| 28-May-2021 |
Łukasz Kosmaty <[email protected]> |
[kernel] Fix `getInitialURL` returns `https://expo.io:443/<team>/<slug>` instead of null in standalone app (#13071)
# Why
Closes ENG-1141.
Fixes https://github.com/expo/expo/issues/11920.
# H
[kernel] Fix `getInitialURL` returns `https://expo.io:443/<team>/<slug>` instead of null in standalone app (#13071)
# Why
Closes ENG-1141.
Fixes https://github.com/expo/expo/issues/11920.
# How
On both platforms, we pass manifest URL to liking module if the initial URL is null. It's not the desired behavior right now. It looks like we used it in the past but not anymore. So I removed the code that was responsible for changing the initial URL.
# Test Plan
- check if the linking module work in Expo Go on both platforms ✅
- build local shell apps using `et android-shell-app` and `et ios-shell-app` and confirm that `getInitialURL` returns null using a simple app
> Note: local shell apps are not the same as those produced by turtle because I needed to change a few things to compile them. However, the code which is responsible for starting the app should be the same.
show more ...
|
| #
d116225c |
| 08-Apr-2020 |
Łukasz Kosmaty <[email protected]> |
[expo-linking][ios] Fix openSettings (#7717)
* [expo-linking][ios] Fix openSettings
* [expo-linking] Update react-native fork
|
| #
6a392fca |
| 27-Jun-2019 |
Stanisław Chmiela <[email protected]> |
[ios] Fix all warnings (#4738)
# Why
Fixes https://github.com/expo/expo/issues/4429.
# How
- added `Bolts` to `Podfile` to be able to suppress warnings from this specific pod,
- added sett
[ios] Fix all warnings (#4738)
# Why
Fixes https://github.com/expo/expo/issues/4429.
# How
- added `Bolts` to `Podfile` to be able to suppress warnings from this specific pod,
- added setting deployment target for all development pods
- went through every warning and fixed
# Test Plan
The project compiles, Camera works, ImagePicker works ok.
show more ...
|
| #
f5e2fbc5 |
| 02-Mar-2018 |
Ben Roth <[email protected]> |
restore linking, util.reload, initial uri, and initial props behavior
fbshipit-source-id: 0c15c1b
|
| #
cde16245 |
| 29-Dec-2017 |
Ben Roth <[email protected]> |
Split Core and Optional ExpoKit sources
fbshipit-source-id: 65abb7c
|