1.0.7 • Published 10 months ago

prismtouch v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

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.

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago