Skip to content

Commit 3d02958

Browse files
committed
chore: update comment for ts-ignore in createStyleSheet
1 parent 8415fae commit 3d02958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uikit-react-native-foundation/src/styles/createStyleSheet.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const DEFAULT_SCALE_FACTOR_WITH_NUMERIC_VALUE = (
2121
const preProcessor: Partial<StylePreprocessor> = {
2222
'fontSize': DEFAULT_SCALE_FACTOR,
2323
'lineHeight': DEFAULT_SCALE_FACTOR,
24-
//@ts-ignore
24+
//@ts-ignore : Ensure compatibility with all supported React Native versions
2525
'borderRadius': DEFAULT_SCALE_FACTOR_WITH_NUMERIC_VALUE,
2626
'minWidth': SCALE_FACTOR_WITH_DIMENSION_VALUE,
2727
'maxWidth': SCALE_FACTOR_WITH_DIMENSION_VALUE,

0 commit comments

Comments
 (0)