import { Text, View, Image, ImageProps, ViewProps, TextProps, } from 'react-native' import { ComponentClass, ReactNode } from 'react' export const primitives = { View: View as ComponentClass, Text: Text as ComponentClass, Image: Image as ComponentClass, }