We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcbece0 commit 59301e8Copy full SHA for 59301e8
src/components/textField/index.tsx
@@ -156,7 +156,7 @@ const TextField = (props: InternalTextFieldProps) => {
156
Known Issue: This slightly push the trailing accessory when entering a long text
157
*/}
158
{children || (
159
- <View flexG={!Constants.isWeb} flex={Constants.isWeb}>
+ <View {...(Constants.isWeb ? {flex: true} : {flexG: true})}>
160
{/* Note: Render dummy placeholder for Android center issues */}
161
{Constants.isAndroid && centered && (
162
<Text marginR-s1 style={dummyPlaceholderStyle}>
0 commit comments