File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/components/TextInput/Label Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ const InputLabel = (props: InputLabelProps) => {
114
114
} ,
115
115
] ,
116
116
...( ! isWeb &&
117
- Platform . constants . reactNativeVersion . minor >= 73 && {
117
+ Platform . constants . reactNativeVersion . minor >= 78 && {
118
118
transformOrigin : 'left' ,
119
119
} ) ,
120
120
} ;
@@ -152,7 +152,7 @@ const InputLabel = (props: InputLabelProps) => {
152
152
StyleSheet . absoluteFill ,
153
153
! isWeb && { width } ,
154
154
{ opacity } ,
155
- ( isWeb || Platform . constants . reactNativeVersion . minor <= 72 ) &&
155
+ ( isWeb || Platform . constants . reactNativeVersion . minor <= 77 ) &&
156
156
labelTranslationX ,
157
157
] }
158
158
>
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ const LabelBackground = ({
54
54
bottom : Math . max ( roundness , 2 ) ,
55
55
opacity,
56
56
} ,
57
- ( isWeb || Platform . constants . reactNativeVersion . minor <= 72 ) && {
57
+ ( isWeb || Platform . constants . reactNativeVersion . minor <= 77 ) && {
58
58
transform : [ labelTranslationX ] ,
59
59
} ,
60
60
] }
You can’t perform that action at this time.
0 commit comments