History log of /expo/tools/src/vendoring/devmenu/steps/GenerateJsonFromPodspec.ts (Results 1 – 1 of 1)
Revision Date Author Comments
# 1915f6b4 19-Aug-2022 Łukasz Kosmaty <[email protected]>

[client][iOS] Prebuild `react-native-safe-area-context` (#18679)

# Why

Prebuild the `react-native-safe-area-context` on iOS.
Part of ENG-5410.

# How

- Used a pre-building script.
- Create

[client][iOS] Prebuild `react-native-safe-area-context` (#18679)

# Why

Prebuild the `react-native-safe-area-context` on iOS.
Part of ENG-5410.

# How

- Used a pre-building script.
- Created a custom podspec uses to build vendored code.
- Adjusted vendored script.

# Test Plan

- run `et vendor -c "[dev-menu] safe-area-context"` ✅
- build bare-expo ✅

show more ...