Closed francois-pasquier closed 8 months ago
Can you provide a reproducible demo? maybe fork the starter kit and share with us here so I can look into it more?
So this was due to using @react-navigation/bottom-tabs
.
I fixed this by using patch-packages
and I patched bottom-tabs to replace tablist
to button
as pointed out by an issue on stackoverflow.
Again, I wonder if the issue should be closed as what I did to fix it shouldn't needed.
Please note this doesn't happen on Android, only in iOS from what I remember.
Could you please explain in more detail, or point me in the direction of how exactly you fixed this?
I've tried your suggested fix by changing tablist
to button
in node_modules/@react-navigation/bottom-tabs/src/views/BottomTabBar.tsx
. I can't find any other occurances of tablist
, but still I get the same error.
please follow this link it will work 100% https://stackoverflow.com/questions/71119108/invalid-uiaccessibilitys-tablist-error-after-installing-react-native-vector-ic
I confirmed that this error exists after adding react-viro. This work around did resolve the issue temporarily, but what is the root cause and permanent solution?
Requirements:
Please go through this checklist before opening a new issue
Environment
Please provide the following information about your environment:
Description
When starting the app I am getting this error:
It happens on 2.23.0 and 2.22.0
Reproducible Demo
Let us know how to reproduce the issue. Include a code sample, screen capture, video recording. The more information you provide, the better we can support you.