Closed joshuakoh7 closed 4 years ago
ok,i will add props to support that
I had add disabledDrag and disabledReSorted
please correct spelling in read me file (disabledResorted)in props its disabledReSorted.
disbaledDrag prop not working........!
disabledDrag is no working or please tell me what my mistake
`const Render_item = ({ name, key }) => {
return (
<View
style={[ styles.containerImage ]}
key={key}
disabledDrag={false}
disabledReSorted={false}
>
<Image source={Images['photo1']} style={[ styles.image ]} />
</View>
)
}
return (
Trying to pad the empty space in an incomplete grid with filler blocks but don't want these to be dragged/sorted. Possible to add a prop to disable drag?