How Can Bind the Dragged view inside ScrollView item?
问题 I have created ScrollView with three views. and I want to bind the dragged view inside the ScrollView , and the rest of haven't drag-dropped view should maintain outside of ScrollView . How can it be possible. See the GIF : I want to add the draggableView inside the ScrollView. Code : import React, { Component } from 'react'; import { StyleSheet, View, Text, PanResponder, Animated, Easing, Dimensions, Platform, TouchableOpacity, ScrollView, } from 'react-native'; import Carousel from 'react