| #
225bf8fe |
| 17-Feb-2023 |
Kudo Chien <[email protected]> |
[go] disable remote debugging when running on hermes (#21269)
# Why
close ENG-7610
# How
the implementation is slightly different between android and ios. on
ios, we could just disable rem
[go] disable remote debugging when running on hermes (#21269)
# Why
close ENG-7610
# How
the implementation is slightly different between android and ios. on
ios, we could just disable remote debugging when changing to hermes and
enable it when changing back to jsc. however, on android we just disable
remote debugging when running on hermes. this is because the fact of we
have override `EXDevSettings` on ios but no similar stuff on android.
# Test Plan
follow steps on ENG-7610
show more ...
|
| #
167fd314 |
| 30-Jun-2021 |
Will Schurman <[email protected]> |
[ios] Use stable manifest ID where applicable (#13280)
|
| #
a4cabf30 |
| 25-May-2020 |
Stanisław Chmiela <[email protected]> |
[react-native] Upgrade to 0.62.2 (#8310)
# Why
Let's have latest React Native in the upcoming SDK!
# How
See the story at https://www.notion.so/expo/React-Native-Upgrade-Diary-947bc0b506a94
[react-native] Upgrade to 0.62.2 (#8310)
# Why
Let's have latest React Native in the upcoming SDK!
# How
See the story at https://www.notion.so/expo/React-Native-Upgrade-Diary-947bc0b506a942189fd47ff6e53bf95b.
# Test Plan
Expo Client runs, versioned SDK38 also runs (after a couple of post-version fixes outlined in the aforementioned doc).
`expo-cli` can't handle `client_log` events, but that's something we may want to figure out after merging this PR, I guess.
show more ...
|
| #
ce394011 |
| 30-Oct-2019 |
Brent Vatne <[email protected]> |
[home][ios] Update dev menu for sdk 36 to include fast refresh (#6110)
* [home][ios] Update dev menu for sdk 36 to include fast refresh
* [ios][home] Ensure that live reload is always set to disa
[home][ios] Update dev menu for sdk 36 to include fast refresh (#6110)
* [home][ios] Update dev menu for sdk 36 to include fast refresh
* [ios][home] Ensure that live reload is always set to disabled on sdk36+. Also add perf monitor key to dev settings data source
* [ncl] Fix title of action sheet screen
* [home] Clean up menu buttons and stop using alert for additional info
* [home] Tweaks to menu view to look better in < sdk 35
* [home] Fix styles for constants in the bottom of projects screen
* [ios] Improve messaging when hot refresh is not available and do not show element inspector in prod mode
* [home] Make the reason why an option is not available very obvious
* [ios] Remove perf monitor from dev settings data source again, minimize touch in this pr
show more ...
|
| #
cde16245 |
| 29-Dec-2017 |
Ben Roth <[email protected]> |
Split Core and Optional ExpoKit sources
fbshipit-source-id: 65abb7c
|