-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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
facebook/react-native#54267
facebook/react-native#54268
Repro provided by @anta-semenov
https://github.com/anta-semenov/react-native-circular-dependencies
yinjun322
Metadata
Metadata
Assignees
Labels
No labels