-
Notifications
You must be signed in to change notification settings - Fork 482
Open
Labels
bugSomething isn't workingSomething isn't workingv2Related to v2 async storage versionRelated to v2 async storage version
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingv2Related to v2 async storage versionRelated to v2 async storage version