ソースを参照

#WOA-2560|Resolved|Fix positioning of the link dialog in Android

Yevhen Pavliuk 8 年 前
コミット
69dcfe1880
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/RichTextEditor.js

+ 1
- 1
src/RichTextEditor.js ファイルの表示

@@ -166,7 +166,7 @@ export default class RichTextEditor extends Component {
166 166
             onRequestClose={() => this.setState({showLinkDialog: false})}
167 167
         >
168 168
           <View style={styles.modal}>
169
-            <View style={[styles.innerModal, {marginBottom: this.state.keyboardHeight}]}>
169
+            <View style={[styles.innerModal, {marginBottom: PlatfomIOS ? this.state.keyboardHeight : 0}]}>
170 170
               <Text style={styles.inputTitle}>Title</Text>
171 171
               <View style={styles.inputWrapper}>
172 172
                 <TextInput