LoginSignup
0
0

More than 3 years have passed since last update.

ReactNativeでTextInputがmultilineの時paddingVerticalが効かない

Last updated at Posted at 2020-04-16

はじめに

割とピンポイントな内容ですが備忘録替わりに残そうと思います

起こった問題

タイトル通りですがReactNativeでmultilineのTextInputを使っている際に、縦に中央寄せしたい機会があり、paddingVerticalを使い、上下に同じだけpaddingを取る方法で実装しようとしたところ上手く動きませんでした。

解決法

原因はわからないのですが(わかり次第更新します)単純にpaddintTopとpaddingBottomで上下に同じだけpaddingを取ると思った通りに縦の中央寄せを実現できます。

style
paddingTop: 10
paddingBottom: 10
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0