You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, Iam very newbie with react-native and even React framework. I have the same issue with Renderrow and this...
I read the doc that you gave but i wonder how i can make the onPress call work without this.onPress.
Thank you for your Help!
I wrote a function called
renderMyRow
to render rows in aListView
, but I found it is strange that I can't getthis
in this function.Then I fixed it by add a
bind(this)
in my code, but i wonder why i cannot get 'this' in myrenderMyRow
?here is the code
The text was updated successfully, but these errors were encountered: