Hoang Pham
Hoang Pham
@pcowgill Interested in this issue. Looking from the surface, do you think it's beneficial to use a different polyfill for `fetch`?
I just tested with react-native 0.40.0 and cannot reproduce the problem. Which Android version are you running in your devices? 
Yes, this is a blank project. I'm starting outside of the TextInput. If you tap the text input then it should be focused, so I think this might not be...
You're right, I tried and saw the problem. The `textAlign` caused the text input to be focused on touch.
Integration test result: ``` go test -test.run="TestIntegration_UpdateFamilyValueType" -v \ -it.admin-endpoint="test-bigtableadmin.sandbox.googleapis.com:443" \ -it.project="google.com:cloud-bigtable-dev" \ -it.instance="phhoang-btql-test" \ -it.cluster="phhoang-btql-test-c1" Note: when using prod, you must first create an instance: cbt createinstance phhoang-btql-test phhoang-btql-test...