Skip to content

Problems installing v10.1.2 using old arch - did you silently kill old arch with this release? #512

@h3nk42

Description

@h3nk42

react-native-actions-sheet@10.1.2 appears to break iOS installs for apps still on React Native old architecture (RCT_NEW_ARCH_ENABLED=0).

In 10.1.2, the package adds a dependency on react-native-worklets (^0.7.1). react-native-worklets@0.7.x hard-fails during CocoaPods install when New Architecture is disabled, with:

[Worklets] Worklets require the New Architecture to be enabled

So upgrading react-native-actions-sheet from 10.1.1 to 10.1.2 causes pod install to fail in old-arch projects. Pinning back to 10.1.1 avoids the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions