diff --git a/packages/block-library/src/index.native.js b/packages/block-library/src/index.native.js index 98903cad729192..4383ff3506571c 100644 --- a/packages/block-library/src/index.native.js +++ b/packages/block-library/src/index.native.js @@ -1,7 +1,3 @@ -/** - * External dependencies - */ -import { Platform } from 'react-native'; /** * WordPress dependencies */ @@ -146,12 +142,10 @@ export const registerCoreBlocks = () => { list, quote, mediaText, - // eslint-disable-next-line no-undef - ( ( Platform.OS === 'ios' ) || ( !! __DEV__ ) ) ? preformatted : null, + preformatted, // eslint-disable-next-line no-undef !! __DEV__ ? group : null, - // eslint-disable-next-line no-undef - !! __DEV__ ? spacer : null, + spacer, ].forEach( registerBlock ); setDefaultBlockName( paragraph.name );