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