Skip to content

fix: autoGrow prop on mobile is handled by native platform #52174

fix: autoGrow prop on mobile is handled by native platform

fix: autoGrow prop on mobile is handled by native platform #52174

Triggered via pull request October 4, 2024 12:48
Status Failure
Total duration 2m 48s
Artifacts

typecheck.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
typecheck: 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<...>)[]'.
typecheck: 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<...>)[]'.
typecheck
Process completed with exit code 2.