Nicolas R.
Results
2
comments of
Nicolas R.
So, adding `autoCapitalize="characters"` to `TextInput` fixed problem only in simulator. Here's what I did for wrapped `TextInput`: ``` const { normalize, ...inputProps } = this.props return ``` In other words,...
> Curious about this. I have used `useMemo` hook to only render the `` once but it still seems to make the UI laggy. Would it be possible to use...