mapledan
mapledan
https://docs.swmansion.com/react-native-reanimated/docs/shared-element-transitions/overview/#plans-for-future The current implementation supports only the old React Native architecture (Paper). The Fabirc is not support now.
Try using the `onDragItemActive` event to set the `scrollEnabled` state of the `ScrollView` to `false`. Then, on the `onDragRelease` event, set the state back to `true`.
I have the same issue, and this worked for me. > may be replace it from: > `NEW_PVMS = {"Dashboard": ("can_view_chart_as_table",)}` > to: > `NEW_PVMS = {"Dashboard": ("can_view_chart_as_table",), Pvm("Dashboard", "can_view_query")}`
I encountered the same issue. I found that this behavior is due to the way React Native implements its components—it makes it so that a new UI component cannot be...