Skip to content

DuyetQB/prismtouch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A best performance UI library for React Native

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published