react-native-collapsible-tab-view
react-native-collapsible-tab-view copied to clipboard
App get stuck when switching and scrolling 2-3 time between the Tabs only in android
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)
@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.