react-native-ART-doc
react-native-ART-doc copied to clipboard
Typescript does not find Transform
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