Kamil Owczarz
Results
2
issues of
Kamil Owczarz
Currently e.g. `TextInput` allows using ref, it's defined as a `React.FC`. This cause TypeScript throws the given error: ``` TS2322: Type '{ ref: ForwardedRef; style: any; inputContainerStyle: any; inputStyle: any;...
# Why This change allows users to pass readonly arrays as props without redundantly copying it before. # How Changed `colors` and `locations` types to readonly. # Test Plan #...
bot: passed checks