Sadat Taseen
Sadat Taseen
react-native-tab-view does not work when used with @react-navigation/bottom-tabs on new architecture
+1
If you have the map in a tab like me, then this [workaround](https://github.com/react-native-maps/react-native-maps/issues/5543#issuecomment-2955665639) by @dalinarkholin in #5543 should work: ```ts const [isMapReady, setIsMapReady] = useState(false); . . . function handleOnMapReady()...
I have created PR #1104 that implements this. Would be really glad if it got merged :D
This library is awesome @Abhinandan-Kushwaha Thanks! 🙇
> zoltlabs I just realised that this only does one spread chart. On your issue, it seems like your use-case needs multiple?
Would be nice to have a fix for this
> The temporary solution seems to be to add swipeEnabled: false. > > **Update** Can you test if this works? [#12664](https://github.com/react-navigation/react-navigation/pull/12664) This disables the swipe but even then, the top...
> [@sttaseen](https://github.com/sttaseen) Have you also tried with swipeEnabled: true?, this PR only work with swipe. Yup, I just tried it. The bug is still there. It seems like it only...
You might have to disable the new architecture for React Native on Android. You can do this by adding this flag for Android in your `app.json` file: ```json "android": {...