Skip to content

Commit

Permalink
[RNMobile] Merge mobile release v1.18.0 back into master (#18804)
Browse files Browse the repository at this point in the history
* [RNMobile] Enable Spacer block (#18605)

* Fix caption alignemnt on images. (#18818)

* Imagea Size: Force use original image URL when required slug does not exist
  • Loading branch information
maxme authored Nov 29, 2019
1 parent bf6976b commit db956c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const Caption = ( { accessible, accessibilityLabel, onBlur, onChange, onFocus, i
fontSize={ 14 }
underlineColorAndroid="transparent"
textAlign={ 'center' }
tagName={ '' }
tagName={ 'p' }
/>
</View>
);
Expand Down
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 db956c4

Please sign in to comment.