LoginSignup
2
2

More than 1 year has passed since last update.

【ReactNative】multilineを有効にしたTextInputを使うとKeyboardAvoidingViewが無効になる問題

Posted at

事象

  • KeyboardAvoidingView内のTextInputmultiline(複数行入力可能)を有効にした場合、iOSでキーボードを表示した時に自動スクロールしてくれない
    • Androidでは期待通り動作している

環境

  • ReactNative - 0.64.0
  • Xcode - 12.4

解決策

  • TextInputscrollEnabled={false}を設定する
    • TextInputのスクロールが親Viewのスクロールに干渉しているため?

参考

2
2
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
2
2