Closed
Description
We found some inconsistency with textRestyleFunctions add flex property and it doesn't work I had to add layout restylefunction and it works
Example: (doesn't work for me v1.6.1)
<Text flex={1}>Test</Text>
import { layout, TextProps as RestyleTextProps, textRestyleFunctions } from '@shopify/restyle';
.....
const restyleFunctions = [...textRestyleFunctions, layout];
....
const props = useRestyle(restyleFunctions, rest);
Metadata
Metadata
Assignees
Labels
No labels