react-native-china / react-native-ART-doc

📒 Unofficial documentation for react-native ART module.
227 stars 28 forks source link

Typescript does not find Transform #17

Open CezarCobuz opened 5 years ago

CezarCobuz commented 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;

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

Link to stackoverflow question