react-native-dismiss-keyboard icon indicating copy to clipboard operation
react-native-dismiss-keyboard copied to clipboard

Not working on Android.

Open frankdarnese opened this issue 6 years ago • 2 comments

I've tested it on Android and it seems not to be working. Is there anything I'm missing?

frankdarnese avatar Feb 26 '18 15:02 frankdarnese

You can use

import { Keyboard } from 'react-native'
Keyboard.dismiss()

artemkapleev avatar Mar 21 '18 16:03 artemkapleev

Which version of React Native are you using @frankdarnese?

DanielMSchmidt avatar Mar 21 '18 19:03 DanielMSchmidt