My react native version is 0.55.4 , when modal showing keyboard dismiss , how can show modal without dismissing keyboard.
Asked
Active
Viewed 753 times
1 Answers
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
-
i use react-native-modal but same issue – Arman Kabir Aug 11 '18 at 14:28
-
why you want show keyboard without TextInput? you try with auto focus? @ArmanKabir – Mohsen Aug 12 '18 at 05:01