react-native-ART-doc icon indicating copy to clipboard operation
react-native-ART-doc copied to clipboard

Typescript does not find Transform

Open CezarCobuz opened this issue 5 years ago • 0 comments

I am trying to rotate a <Text> but unfortunately I can not import transform from ART import { ART } from 'react-native'; const { Transform } = ART;

Property 'Transform' does not exist on type 'ARTStatic'

Link to stackoverflow question

CezarCobuz avatar Jul 29 '19 11:07 CezarCobuz