react-native-collapsible-tab-view icon indicating copy to clipboard operation
react-native-collapsible-tab-view copied to clipboard

App get stuck when switching and scrolling 2-3 time between the Tabs only in android

Open kashee-lv opened this issue 1 year ago • 1 comments

Feature request

Please provide the support with "react": "18.2.0", "react-native": "0.72.4", "react-native-collapsible-tab-view": "^6.2.1", "react-native-pager-view": "6.2.1",

Current behavior

App stuck and not responding while 2-3 time switching and scrolling between the Tabs, its happening only in android while working fine in iOS

Screenshots (if applicable)

Screenshot 2023-10-05 at 10 29 51 PM

kashee-lv avatar Oct 05 '23 16:10 kashee-lv

@kashee-lv May be it is happening because of hardwareAccelerated in android , you can add android:hardwareAccelerated="false" in Android Manifest of your project or you can use the library react-native-hardware-acceleration-view , and wrap your code into it's HardwareAccelerationView, then set accelerated to false.

shubhampvx avatar Oct 30 '23 06:10 shubhampvx