Skip to content

JSC from this library can't be installed on IOS #21

@tux2nicolae

Description

@tux2nicolae

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions