electrode-io / electrode-native

A platform to ease integration&delivery of React Native apps in existing mobile applications
https://native.electrode.io
Other
723 stars 113 forks source link

Fix iOS container generation for RN 0.64+ #1860

Closed friederbluemle closed 2 years ago

friederbluemle commented 2 years ago

iOS container builds for RN 0.64+ started failing on 2022-03-23 due to a change in the external dependency react-native-codegen (which the container generator added without specifying a version).

This aligns the version of react-native-codegen with the version of React Native during iOS container generation.

ozcanzaferayan commented 2 years ago

This is one of the best PRs so far. Thank you 🤗