Fork me on GitHub
#cljsrn
<
2016-08-27
>
jurgen_photek15:08:12

@amar did you ever solve the jumpy/stuttering textinput problem? I'm struggling with the same

jurgen_photek15:08:34

so.. I seem to have got a solution to my textinput problem. instead of setting :value attr to deref a ratom, I set :defaultValue (initial value). still using :onChangeText listener to update state. seems that's how things work in the examples, https://facebook.github.io/react-native/docs/textinput.html . it just didn't occur to me coming with browser+re-frame experience

keatondunsford21:08:23

Hey y’all. 🙂 New to React Native and working on an app at a Hackathon now in SF. 😛 I’m trying to connect to the Genymotion Android simulator as per the Re-Natal README instructions, and after running the following command, I get the following error: `adb reverse tcp:8081 tcp:8081

keatondunsford21:08:23

adb reverse tcp:8081 tcp:8081

adb server version (32) doesn't match this client (36); killing...
error: could not install *smartsocket* listener: Address already in use
ADB server didn't ACK
* failed to start daemon *
error: cannot connect to daemon
Has anyone else dealt with dealing with the dated server version?

keatondunsford21:08:17

Nevermind, figured it out. 🙂