react-native-styled-paper
TypeScript icon, indicating that this package has built-in type declarations

1.3.0 • Public • Published

react-native-styled-paper

Docs

Get Started

Installation

npm install react-native-styled-paper

Usage

import PaperProviver from "react-native-styled-paper/components/theme/Provider";
import Button from 'react-native-styled-paper/components/Button';

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

Components included:

React Native Web support

Demo App

Documentation

Contributing

First Contributors

Core Contributors

Slack Community

Backers

Sponsors

Readme

Keywords

none

Package Sidebar

Install

npm i react-native-styled-paper

Weekly Downloads

1

Version

1.3.0

License

ISC

Unpacked Size

5.81 MB

Total Files

2100

Last publish

Collaborators

  • hoangnguyen1247