Jake Rorrer

Results 3 comments of Jake Rorrer

I'm seeing this same issue. It looks like it's related to: https://github.com/Intellicode/eslint-plugin-react-native/issues/208

@johakr one fix could be to `import { Keyboard } from 'react-native'` and call `Keyboard.dismiss()` when a certain event handler is called. Here's more info: https://facebook.github.io/react-native/docs/keyboard.html

@kristianmandrup I was thinking the same thing, but stumbled across the final answers in the project here: https://github.com/awkay/om-tutorial/tree/master/src/main/om_tutorial. For your question, you should check out the `ui.cljs` file. One thing...