luca-tomasetti
luca-tomasetti
I have the same issue if I add the component inside a flatlist
I did some more testing and it seems like the bug appears after the major update to 3.0.0 and [MultiPlatformBleAdapter](https://github.com/dotintent/MultiPlatformBleAdapter) 0.2.0. With 2.0.3 and MultiPlatformBleAdapter 0.1.9 the behaviour is as...
Hi @intent-kacper-cyranowski, for now I'm using this package with version 2.0.3 and MultiPlatformBleAdapter 0.1.9. I will update my project with your new version (3.2.1) and check it tomorrow with an...
I updated to the latest version and after testing on iOS 17.5.1, the bug seems resolved :partying_face: I will perform more tests later but everything seems as expected!
I had the same issue and I solved it by using `useSafeAreaFrame` as explained here: https://github.com/facebook/react-native/issues/41918#issuecomment-2564684192
@mikehardy the PR is ready and awaiting for approval ✌️
+1 The same is happening to me. react-native-draggable-flatlist: "4.0.1", both with Android and iOS. react-native-reanimated: 3.12.1
The warning disappear > Fixed with this patch. [react-native-draggable-flatlist+4.0.1.patch.txt](https://github.com/user-attachments/files/16273404/react-native-draggable-flatlist%2B4.0.1.patch.txt) The warning disappeared when the component is initialised, but when I am dragging an element of the list, the warning reappears....