PedroBern / react-native-collapsible-tab-view

A cross-platform Collapsible Tab View component for React Native
MIT License
897 stars 175 forks source link

New Architecture react-native-pager-view@6.3.4 incompatible (android only) #440

Closed renyufei8023 closed 2 months ago

renyufei8023 commented 3 months ago

react-native:0.74.5 newArchEnabled=true react-native-collapsible-tab-view:6.2.1 | 8.0.0 react-native-pager-view:6.3.4

no render

like this: Screenshot_20240821_104641_com changyou ecosteam

If this library is replaced with react-native-pager-view@6.2.3, it can be displayed normally

this is my code:

截屏2024-08-21 11 10 10 截屏2024-08-21 11 10 59
mozzius commented 2 months ago

This patch fixes it

https://github.com/mozzius/graysky/blob/4435189b1e3a992133fed287bc46397992649153/patches/react-native-collapsible-tab-view.patch

renyufei8023 commented 2 months ago

@mozzius Thank you for solving my problem