## Description Implement the native version of `BlockDraggable` component to provide the functionality to drag a block. This component is mainly in charge of: - Set up the props required to use the `Draggable` component for dragging a block. - Attach the dragging events with a hook, to let the block scroll automatically when dragging a block close to the screen borders.