Skip to content

SK-2768: fix RCT-Folly dependency fetch for newer RN versions#133

Merged
saileshwar-skyflow merged 1 commit intorelease/26.4.1from
saileshwar/SK-2768-update-podspec-for-ios-prizepicks
Apr 23, 2026
Merged

SK-2768: fix RCT-Folly dependency fetch for newer RN versions#133
saileshwar-skyflow merged 1 commit intorelease/26.4.1from
saileshwar/SK-2768-update-podspec-for-ios-prizepicks

Conversation

@saileshwar-skyflow
Copy link
Copy Markdown
Collaborator

@saileshwar-skyflow saileshwar-skyflow commented Apr 23, 2026

Why

  • iOS build fails on React Native 0.75+ with error: Unable to find a specification for RCT-Folly

  • skyflow-react-native podspec includes RCT-Folly, but this pod no longer exists in newer React Native versions

  • This blocks pod install and prevents apps from building

Root Cause

  • RCT-Folly was required in older React Native versions as a separate dependency

  • From RN 0.75+, Folly is internal to React Native and not available as a standalone pod

  • Our SDK still had this outdated dependency (unused in code)

Outcome

  • iOS build works successfully on RN 0.75+ (including RN 0.81 / Expo 54)

  • No breaking changes (dependency was unused)

  • Backward compatible with older React Native versions

@github-actions
Copy link
Copy Markdown

Gitleaks Findings: No secrets detected. Safe to proceed!

@github-actions
Copy link
Copy Markdown

Semgrep findings: No issues found, Good to merge.

@saileshwar-skyflow saileshwar-skyflow changed the base branch from main to release/26.4.1 April 23, 2026 10:18
@saileshwar-skyflow saileshwar-skyflow merged commit 78d6169 into release/26.4.1 Apr 23, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants