We do have an IOS AppClip which has a hard size constraint, the app can't weight more than 15MB.
Due to this constraint, as much as we would like we can't use hermes engine because it adds extra space in our app clip, we relied on the JSC since it is already available in IOS so it does not add extra space.
But after upgrading to react-native 0.82.1 it seems we can't use it anymore.
When using
ENV['USE_THIRD_PARTY_JSC'] = '1'
ENV['USE_HERMES'] = '0'
You can't install pods due to these issues
react/react-native#54267
react/react-native#54268
Repro provided by @anta-semenov
https://github.com/anta-semenov/react-native-circular-dependencies
We do have an IOS AppClip which has a hard size constraint, the app can't weight more than 15MB.
Due to this constraint, as much as we would like we can't use hermes engine because it adds extra space in our app clip, we relied on the JSC since it is already available in IOS so it does not add extra space.
But after upgrading to react-native 0.82.1 it seems we can't use it anymore.
When using
You can't install pods due to these issues
react/react-native#54267
react/react-native#54268
Repro provided by @anta-semenov
https://github.com/anta-semenov/react-native-circular-dependencies