Skip to content

Upgrade example to React Native 0.84.1 and fix RCTScrollView removal#587

Merged
gre merged 2 commits intomasterfrom
upgrade-rn-0.84
Mar 6, 2026
Merged

Upgrade example to React Native 0.84.1 and fix RCTScrollView removal#587
gre merged 2 commits intomasterfrom
upgrade-rn-0.84

Conversation

@gre
Copy link
Owner

@gre gre commented Mar 5, 2026

  • Upgrade react-native 0.81.4 → 0.84.1, react 19.1.0 → 19.2.3
  • Update all navigation, gesture-handler, screens, svg, video, webview deps
  • Update @react-native/* devDeps and CLI packages to 0.84.1/20.1.2
  • Remove unused @shopify/react-native-skia dependency
  • Fix ios/RNViewShot.mm: RCTScrollView class was removed in RN 0.84, replaced with runtime UIScrollView detection via subview walking and respondsToSelector for backwards compatibility with both architectures

greweb and others added 2 commits March 6, 2026 07:14
- Upgrade react-native 0.81.4 → 0.84.1, react 19.1.0 → 19.2.3
- Update all navigation, gesture-handler, screens, svg, video, webview deps
- Update @react-native/* devDeps and CLI packages to 0.84.1/20.1.2
- Remove unused @shopify/react-native-skia dependency
- Fix ios/RNViewShot.mm: RCTScrollView class was removed in RN 0.84,
  replaced with runtime UIScrollView detection via subview walking and
  respondsToSelector for backwards compatibility with both architectures

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Tests ViewShot capture of ScrollView, FlatList, and SectionList
to verify scroll-related capture behavior after RCTScrollView removal.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@gre gre force-pushed the upgrade-rn-0.84 branch from cad4a99 to 564805e Compare March 6, 2026 06:58
@gre gre marked this pull request as ready for review March 6, 2026 12:16
@gre gre merged commit d75f07f into master Mar 6, 2026
7 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.

1 participant