Skip to content

Remove RCT_FOLLY for precompiled to work #1231

@billnbell3

Description

@billnbell3

What happened?

Remove RCT_FOLLY dependency if possible.

  • s.dependency "RCT-Folly"
    30 + # Only depend on RCT-Folly if not using precompiled builds
    31 + if ENV['RCT_USE_PREBUILT_RNCORE'] != '1'
    32 + s.dependency "RCT-Folly"
    33 + end

Version

2.2.0

What platforms are you seeing this issue on?

  • Android
  • iOS
  • macOS
  • Windows
  • web

System Information

RCT_FOLLY fix

Steps to Reproduce

Remove it

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions