[menu] Bump reanimated to `2.10.0` (#19428)# Why Closes ENG-6573. The current version of reanimated doesn't work with RN 0.70. So, I've bumped it to `2.10.0`. # How - Used our vendored sc
[menu] Bump reanimated to `2.10.0` (#19428)# Why Closes ENG-6573. The current version of reanimated doesn't work with RN 0.70. So, I've bumped it to `2.10.0`. # How - Used our vendored script to bump rea version. # Test Plan - bare-expo - hermes - rn 0.70.2 ✅ - bare-expo - jsc - rn 0.70.2 ✅
show more ...
[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 ✅
[dev-menu] Update `react-native-reanimated` to `2.9.1` (#18182)# Why Closes ENG-5411. Closes ENG-5685. # How Run: ``` et vendor -c "[dev-menu] reanimated" ``` and adjust the vendoring
[dev-menu] Update `react-native-reanimated` to `2.9.1` (#18182)# Why Closes ENG-5411. Closes ENG-5685. # How Run: ``` et vendor -c "[dev-menu] reanimated" ``` and adjust the vendoring script. # Test Plan - bare-expo with NCL ✅ - bare-expo with sandbox ✅
[tools] add and hook up lint setup, remove `module-scripts` (#16974)
[expotools] upgrade typescript to v4.3.5 (#14102)
[tools] New config-based vendoring that supports Swift (#11488)