We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 646e703 commit 69dcfe1Copy full SHA for 69dcfe1
src/RichTextEditor.js
@@ -166,7 +166,7 @@ export default class RichTextEditor extends Component {
166
onRequestClose={() => this.setState({showLinkDialog: false})}
167
>
168
<View style={styles.modal}>
169
- <View style={[styles.innerModal, {marginBottom: this.state.keyboardHeight}]}>
+ <View style={[styles.innerModal, {marginBottom: PlatfomIOS ? this.state.keyboardHeight : 0}]}>
170
<Text style={styles.inputTitle}>Title</Text>
171
<View style={styles.inputWrapper}>
172
<TextInput
0 commit comments