fix: autoGrow prop on mobile is handled by native platform #52174
Annotations
3 errors
Type check with TypeScript:
src/components/TextInput/BaseTextInput/index.native.tsx#L354
Type 'ViewStyle | { verticalAlign: "top"; }' is not assignable to type 'TextStyle | Falsy | RegisteredStyle<TextStyle> | RecursiveArray<TextStyle | Falsy | RegisteredStyle<TextStyle>> | readonly (TextStyle | ... 1 more ... | RegisteredStyle<...>)[]'.
|
Type check with TypeScript:
src/components/TextInput/BaseTextInput/index.native.tsx#L358
Type 'false | ViewStyle | { verticalAlign: "top"; } | { color: string; WebkitTextFillColor?: string | undefined; WebkitOpacity?: number | undefined; backgroundColor: string; borderBottomWidth: number; borderColor: string; } | undefined' is not assignable to type 'TextStyle | Falsy | RegisteredStyle<TextStyle> | RecursiveArray<TextStyle | Falsy | RegisteredStyle<TextStyle>> | readonly (TextStyle | ... 1 more ... | RegisteredStyle<...>)[]'.
|
Type check with TypeScript
Process completed with exit code 2.
|
Loading