We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RN -> 0.52.0 React -> 16.2.0 I use react-native-navigation, maybe that causes the problem?
Hi @ollija, I tried a long time solving this. Grid displays fine, but drag and drop fails.
Is this a known Issue? Does anybody have similar problems?
Even the simplest example does not work:
<SortableGrid blockTransitionDuration = { 400 } activeBlockCenteringDuration = { 200 } itemsPerRow = { 4 } dragActivationTreshold = { 200 } onDragRelease = { (itemOrder) => console.log("Drag was released, the blocks are in the following order: ", itemOrder) } onDragStart = { () => console.log("Some block is being dragged now!") } > { this.state.abc.map( (letter, index) => <View key={index} style={styles.block}> <Text style={{color: 'white', fontSize: 50}}>{letter}</Text> </View> ) } </SortableGrid>
The text was updated successfully, but these errors were encountered:
I had the same issue. What's disturbing about this, is that in Debug mode this is actually working.
Sorry, something went wrong.
@ilyaivanov have you found a solution?
Drag and drop is not working for me as well. Does anyone have similar issue?
No branches or pull requests
RN -> 0.52.0
React -> 16.2.0
I use react-native-navigation, maybe that causes the problem?
Hi @ollija, I tried a long time solving this.
Grid displays fine, but drag and drop fails.
Is this a known Issue? Does anybody have similar problems?
Even the simplest example does not work:
The text was updated successfully, but these errors were encountered: