Adrian So

Results 6 comments of Adrian So

I found a workaround for this issue by setting the height to null on iOS. ```js import { Platform } from 'react-native' import { TextField } from 'react-native-material-textfield'; return ();...

I am experiencing the same issue here. - iOS 13 - React Native 0.61.1

I have created a PR #26 that addresses this issue.

I created #274 to address the issue.

I am having the same issue when trying to compile on x64. The same app compiles with no linking issues on M1.

Have you tried setting `fixAndroidTouchableBug` to true? Seems to work for me.