Fork me on GitHub
#cljsrn
<
2016-10-21
>
misha16:10:41

greetings! what are the rules of components composition so that when: 1. text-edit is focused (keyboard is visible) 2. there is a scroll-view on page w/ clickable things (search suggests) => single tap on a suggest: 1. does not close keyboard 2. does click suggest. in other words: how should I arrange things so that taping on touchable with keyboard open - actually taps that touchable?

misha16:10:30

I had it working somewhere, but cannot replicate now with all the composable components I have now harold