Revision Date Author Comments
# 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 ...


# 221227d5 20-Apr-2021 Łukasz Kosmaty <[email protected]>

[expo-dev-menu] Fetch eas updates data (#12452)

# Why

Closes ENG-347.

# How

- fixed `RNScreens module cannot be null` by downgrading the `react-native-screens` version (it was bumped in the

[expo-dev-menu] Fetch eas updates data (#12452)

# Why

Closes ENG-347.

# How

- fixed `RNScreens module cannot be null` by downgrading the `react-native-screens` version (it was bumped in the repo some time ago but the newest version doesn't work well with dev-menu).
- created a new concept of pulling async data into dev-menu - `DataSource`
- extended action functionality to handle the case where the js side passes arguments into native code (needed by list component).
- exposed functions with fetches updates data from our GraphQL API
- parsed GraphQL response and wrapped it into data objects

# Test Plan

- bare-expo ✅

show more ...