【React Native】TextInputでAndoirdのみ縦方向の中央寄せができない
1790 ワード
前提
- React Native 0.62.2
問題
- TextInputコンポーネントでカスタムフォントを適用した際、Androidのみ入力したテキストの下方に謎のpaddingが出現する
- TextInputコンポーネントでカスタムフォントを適用した際、Androidのみ入力したテキストの下方に謎のpaddingが出現する
↓左がiOS、右がAndroid
※わかりやすくするため、TextInputの背景をグレーにしている。
解決方法
ちなみに、色々調べると、多かったのは以下のパターンのいずれかの組み合わせだが、いずれもうまくいかなかった。
style = {
padding:0,
paddingVertical: 0,
margin: 0,
textAlignVertical: 'center',
}
参考文献
ちなみに、色々調べると、多かったのは以下のパターンのいずれかの組み合わせだが、いずれもうまくいかなかった。
style = {
padding:0,
paddingVertical: 0,
margin: 0,
textAlignVertical: 'center',
}
Author And Source
この問題について(【React Native】TextInputでAndoirdのみ縦方向の中央寄せができない), 我々は、より多くの情報をここで見つけました https://qiita.com/YukiOmori/items/c0953c9aa930702bc82e著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .