Skip to content

Commit

Permalink
Fix toolbar bottom inset for iPhone X devices (#16961)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tug authored and gziolo committed Aug 29, 2019
1 parent d405a6c commit 746c812
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/edit-post/src/components/layout/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ class Layout extends Component {
...styles.toolbarKeyboardAvoidingView,
left: this.state.safeAreaInsets.left,
right: this.state.safeAreaInsets.right,
bottom: this.state.safeAreaInsets.bottom,
};

return (
Expand Down

0 comments on commit 746c812

Please sign in to comment.