diff --git a/src/components/DragAndDrop/Consumer/index.native.js b/src/components/DragAndDrop/Consumer/index.native.js index fd15e5de87e0..ff9825ffac97 100644 --- a/src/components/DragAndDrop/Consumer/index.native.js +++ b/src/components/DragAndDrop/Consumer/index.native.js @@ -1,7 +1,7 @@ import dragAndDropConsumerPropTypes from './dragAndDropConsumerPropTypes'; -function DragAndDropConsumer({children}) { - return children; +function DragAndDropConsumer() { + return null; } DragAndDropConsumer.propTypes = dragAndDropConsumerPropTypes;