Open CezarCobuz opened 5 years ago
I am trying to rotate a <Text> but unfortunately I can not import transform from ART import { ART } from 'react-native'; const { Transform } = ART;
<Text>
import { ART } from 'react-native';
const { Transform } = ART;
Property 'Transform' does not exist on type 'ARTStatic'
Link to stackoverflow question
I am trying to rotate a
<Text>
but unfortunately I can not import transform from ARTimport { ART } from 'react-native';
const { Transform } = ART;
Link to stackoverflow question