Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kashee-lv opened this issue Oct 5, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@kashee-lv
Copy link

kashee-lv commented Oct 5, 2023

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 kashee-lv added the enhancement New feature or request label Oct 5, 2023
@shubhampvx
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants