Skip to content

babucarr32/react-native-paper-abstracted

Repository files navigation

React Native Paper Logo

React Native Paper Abstracted (RNPA)

Introduction

React Native Paper Abstracted (RNPA) is a package that allows you to use only the components you need from React Native Paper. This helps keep your app size small while providing endless customization options.

Apps and Packages

Each package/app is 100% TypeScript.

Utilities

This Turborepo has some additional tools already setup for you:

Build

To build all apps and packages, run the following command:

cd react-native-paper-abstracted
npm run build

Develop

To develop the web, run the following command:

cd react-native-paper-abstracted
npm run dev --workspace=web

To develop the CLI, run the following command:

cd react-native-paper-abstracted
npm run dev:watch --workspace=react-native-paper-abstracted/cli

Run the following command from a different tab:

npm run dev --workspace=@react-native-paper-abstracted/cli

Contributions are highly welcomed 😉

About

Material Design for React Native (Android & iOS)

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages