diff --git a/packages/block-library/src/index.native.js b/packages/block-library/src/index.native.js index 98903cad72919..2e27b59750526 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,8 +142,7 @@ 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