react-native-simple-elements
TypeScript icon, indicating that this package has built-in type declarations

1.5.2 • Public • Published

react-native-simple-elements

Storybook

Get Started

Installation

npm install react-native-simple-elements

Usage

import ThemeProviver from "react-native-simple-elements/components/theme/Provider";
import Button from 'react-native-simple-elements/components/Button';

<ThemeProviver>
    <Button
        onPress={() => console.log("Hello")}
    >
        Press Me
    </Button>
</ThemeProviver>

Readme

Keywords

none

Package Sidebar

Install

npm i react-native-simple-elements

Weekly Downloads

1

Version

1.5.2

License

ISC

Unpacked Size

5.03 MB

Total Files

1288

Last publish

Collaborators

  • hoangnguyen1247