cljsrn

https://github.com/drapanjanas/re-natal | https://github.com/drapanjanas/re-natal/wiki/FAQ | https://github.com/condense/mercury-app/wiki | https://github.com/seantempesta/expo-cljs-template/ https://www.npmjs.com/package/create-expo-cljs-app
zendevil 2021-03-16T15:31:25.000200Z

I have list of pressables showing inside a view. At the same time I also have a keyboard open. The problem is that I want the pressables to work while the keyboard is open. But instead, the first press hides the keyboard, and only the second press works on the pressable. How do I fix this?

zendevil 2021-03-17T12:08:43.001Z

this doesn’t solve the problem of needing two clicks

mark 2021-03-16T20:58:52.000400Z

KeyboardAvoidingView https://reactnative.dev/docs/keyboardavoidingview