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
[reposted from my comment on your disqus blog entry]
first of all, very cool module! I ran into an edge case with TextInput. Focus replicates to a second device, but typing doesn't. Here's a minimal example: https://github.com/mvayngrib/mktest
could you take a look? Thanks!
The text was updated successfully, but these errors were encountered:
Thanks a lot for reporting the issue. I finally got around to poking at it (sorry for the super late response) and here is what I found. Looks like the actual state is indeed propagated - if you add a <Text>{this.state.text}</Text> in the render method, you will notice that when you type on one device, the change is reflected in the other.
The problem seems to only occur when the state tries to bind its value and update the rendered <TextInput> native component. I also noticed that this works well on Android. In fact, when I type on iOS, the Android part does update. The issue seems to be only on iOS.
[reposted from my comment on your disqus blog entry]
first of all, very cool module! I ran into an edge case with TextInput. Focus replicates to a second device, but typing doesn't. Here's a minimal example: https://github.com/mvayngrib/mktest
could you take a look? Thanks!
The text was updated successfully, but these errors were encountered: