1

My react native version is 0.55.4 , when modal showing keyboard dismiss , how can show modal without dismissing keyboard.

Arman Kabir
  • 126
  • 5

1 Answers1

0

You need a little hack!

For example you can auto focus on a input in your modal (More info)

Or use a custom modal that not related with native keyboard (You can write this yourself or use some package like this)

Mohsen
  • 1,415
  • 1
  • 13
  • 26