Skip to content

Commit

Permalink
[RNMobile] Enable Spacer block (#18605)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerardo Pacheco authored and maxme committed Nov 26, 2019
1 parent d6c843b commit 2a6bf6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/block-library/src/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,7 @@ export const registerCoreBlocks = () => {
( ( Platform.OS === 'ios' ) || ( !! __DEV__ ) ) ? preformatted : null,
// eslint-disable-next-line no-undef
!! __DEV__ ? group : null,
// eslint-disable-next-line no-undef
!! __DEV__ ? spacer : null,
spacer,
].forEach( registerBlock );

setDefaultBlockName( paragraph.name );
Expand Down

0 comments on commit 2a6bf6c

Please sign in to comment.