We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b5fc6a commit 204d849Copy full SHA for 204d849
packages/edit-post/src/index.native.js
@@ -1,8 +1,3 @@
1
-/**
2
- * External dependencies
3
- */
4
-import { Platform } from 'react-native';
5
-
6
/**
7
* WordPress dependencies
8
*/
@@ -36,11 +31,6 @@ export function initializeEditor() {
36
31
// eslint-disable-next-line no-undef
37
32
if ( typeof __DEV__ === 'undefined' || ! __DEV__ ) {
38
33
unregisterBlockType( 'core/code' );
39
40
- // Disable Video block except for iOS for now.
41
- if ( Platform.OS !== 'ios' ) {
42
- unregisterBlockType( 'core/video' );
43
- }
44
34
}
45
35
46
blocksRegistered = true;
0 commit comments