Fork me on GitHub
#cljsrn
<
2016-12-05
>
levitanong18:12:47

om.next react native question: I’m getting issues with textinput. When I have a defined :onChangeText with a set-state! update-state! or transact! inside, and then I type, it complains that Objects are not valid as a React child. My guess is something weird is going on with the render cycle. Any advice?

levitanong18:12:04

Scratch that, found the react-set-state! function. That worked perfectly.

jorda0mega23:12:51

what do you guys recommend for navigation with boot-react-native? has anyone tried exponent’s ex-navigation?