| #
bc789176 |
| 03-Aug-2022 |
andy <[email protected]> |
[dev-client] cleanup unused native code (#18405)
|
| #
86220016 |
| 04-Feb-2022 |
andy <[email protected]> |
[dev-menu] refactor dev menu on iOS to simplify dev-launcher relationship (#16067)
|
| #
765b47da |
| 30-Dec-2021 |
Tomasz Sapeta <[email protected]> |
[ios] Fix lint issues in Swift files (#15640)
|
| #
779d1d70 |
| 02-Aug-2021 |
Łukasz Kosmaty <[email protected]> |
[dev-menu-interface][ios] Prebuilding prepararion (#13865)
# Why
Unfortunately, we can't pre-build this package due to the swift compiler issue - https://bugs.swift.org/browse/SR-14541. However,
[dev-menu-interface][ios] Prebuilding prepararion (#13865)
# Why
Unfortunately, we can't pre-build this package due to the swift compiler issue - https://bugs.swift.org/browse/SR-14541. However, I downloaded swift 5.5 and everything seems to be working there. So we need to wait for the new XCode version. For now, I've just added needed imports and clean up dependencies.
# Test Plan
- bare-expo
show more ...
|
| #
d79129dc |
| 24-Mar-2021 |
Łukasz Kosmaty <[email protected]> |
[expo-dev-client] Share session & new UI (#12235)
# Why
Closes ENG-613.
Contains:
- https://github.com/expo/expo/pull/12236
- https://github.com/expo/expo/pull/12240
- https://github.com/expo
[expo-dev-client] Share session & new UI (#12235)
# Why
Closes ENG-613.
Contains:
- https://github.com/expo/expo/pull/12236
- https://github.com/expo/expo/pull/12240
- https://github.com/expo/expo/pull/12245
# How
- Exporting the expo API client
- Restored session state when the app is initialized (not when dev menu is launched)
- Created simple requests to our API
- Rewritten dev-launcher UI and consume dev session.
- Hided dev menu debug options when the user is in the launcher.
# Test Plan
- bare-expo
- Android ✅
- iOS ✅
show more ...
|
| #
aacdc29a |
| 09-Mar-2021 |
Łukasz Kosmaty <[email protected]> |
[expo-dev-menu] Add auth & profile screen (#11915)
# Why
Adds auth & profile screen to dev-menu
# How
- Reimplemented web browser functionalities in dev-menu (mostly copied the code from `e
[expo-dev-menu] Add auth & profile screen (#11915)
# Why
Adds auth & profile screen to dev-menu
# How
- Reimplemented web browser functionalities in dev-menu (mostly copied the code from `expo-web-browser`)
- Implemented UI - similar to one in the home app
- Created simple local storage to store a session.
- Added the GraphQL client
# Test Plan
- bare-expo ✅ - https://exponent-internal.slack.com/archives/C3XK84RRR/p1612967628256400
show more ...
|
| #
16391f5d |
| 21-Aug-2020 |
Łukasz Kosmaty <[email protected]> |
[expo-dev-menu][ios] Extract interface (#9878)
# Why
Follow up to the https://github.com/expo/expo/pull/9854.
# Test Plan
- run `bare-expo` ✅
|