History log of /expo/packages/expo-dev-menu/ios/DevMenuPackagerConnectionHandler.swift (Results 1 – 6 of 6)
Revision Date Author Comments
# fd055557 06-Mar-2023 Kudo Chien <[email protected]>

[cli][dev-menu][go] add react devtools (#21462)

# Why

close ENG-7468
close ENG-7469

# How

- [cli] add websocket proxy to forward react-devtools events.
- [cli] add static page for react-d

[cli][dev-menu][go] add react devtools (#21462)

# Why

close ENG-7468
close ENG-7469

# How

- [cli] add websocket proxy to forward react-devtools events.
- [cli] add static page for react-devtools frontend. since react-devtools only ships commonjs format, this pr tries to use jspm to support it on browsers.
- [dev-menu][go] listen `reconnectDevTools` metro websocket event and send `RCTDevMenuShown` to js for app to reconnect devtools websocket

# Test Plan

manual test only. please let me know if there's any proper points to add unit tests

show more ...


# 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)


# a4cd5616 28-Jun-2021 Łukasz Kosmaty <[email protected]>

[dev-menu][ios] Don't use the `RCT_DEBUG` flag anymore (#13403)

# Why

Fixes ENG-1289

The `RCT_DEBUG` isn't available in the swift.
Note: Maybe in the future, we want to take into considerati

[dev-menu][ios] Don't use the `RCT_DEBUG` flag anymore (#13403)

# Why

Fixes ENG-1289

The `RCT_DEBUG` isn't available in the swift.
Note: Maybe in the future, we want to take into consideration the `RCT_DEBUG` flag somehow. Maybe by migrating this code to the obj-c.

# How

Use `DEBUG` instead of `RCT_DEBUG`.

# Test Plan

- bare-expo ✅

show more ...


# 4774c41f 01-Jun-2021 Łukasz Kosmaty <[email protected]>

[dev-menu] Fix `cannot find 'RCTPackagerConnection' in scope`


# 9d173f07 01-Jun-2021 Łukasz Kosmaty <[email protected]>

[dev-menu][ios] Add websocket support (#12979)

# Why

Closes ENG-1144.

# How

Added web socket control support for dev-menu on iOS (very similar to the https://github.com/expo/expo/pull/12151

[dev-menu][ios] Add websocket support (#12979)

# Why

Closes ENG-1144.

# How

Added web socket control support for dev-menu on iOS (very similar to the https://github.com/expo/expo/pull/12151).

# Test Plan

- bare-expo ✅

show more ...