imnapo / react-native-cn-quill

Quill rich-text editor for react-native
MIT License
185 stars 72 forks source link

how to set keyboardType ? #87

Open rahulw7777 opened 2 years ago

rahulw7777 commented 2 years ago

I would like to avoid Emojis in the keyboard, is there any setting available to restrict that? something like keyboardType : Platform.OS == 'ios' ? "ascii-capable":'email-address'