A best performance UI library for React Native.
To install the library, use npm or yarn:
npm install prismtouch
or using Yarn
yarn add prismtouch
import { Text } from 'react-native';
import { Button } from 'prismtouch';
<Button
onPress={() => alert('Button pressed')}>
<Text>
Click me
</Text>
</Button>
Visit https://prismtouch.vercel.app/docs to view the documentation.