Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blackboxvision/uniforms-react-native-paper
💅 React Native Paper components for uniforms.
https://github.com/blackboxvision/uniforms-react-native-paper
react-native react-native-paper uniforms
Last synced: about 1 month ago
JSON representation
💅 React Native Paper components for uniforms.
- Host: GitHub
- URL: https://github.com/blackboxvision/uniforms-react-native-paper
- Owner: BlackBoxVision
- License: mit
- Created: 2022-04-08T01:44:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-03T18:54:47.000Z (over 2 years ago)
- Last Synced: 2024-10-12T03:21:42.231Z (about 1 month ago)
- Topics: react-native, react-native-paper, uniforms
- Language: TypeScript
- Homepage: https://uniforms.tools
- Size: 1.28 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Uniforms React Native Paper [![npm version](https://badge.fury.io/js/%40blackbox-vision%2Funiforms-react-native-paper.svg)](https://badge.fury.io/js/%40blackbox-vision%2Funiforms-react-native-paper) [![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT) [![Known Vulnerabilities](https://snyk.io/test/github/blackboxvision/uniforms-react-native-paper/badge.svg)](https://snyk.io/test/github/blackboxvision/uniforms-react-native-paper)
> [React Native Paper](https://reactnativepaper.com) components for `uniforms`.
For more in depth documentation see [uniforms.tools](https://uniforms.tools).
## Table of contents
- [Use Case](#use-case)
- [Compatibility](#compatibility)
- [Installation](#installation)
- [NPM](#npm)
- [YARN](#yarn)
- [Example Usage](#example-usage)
- [Issues](#issues)
- [Contributing](#contributing)
- [License](#license)## Use Case
You need an adapter for `uniforms` with `React Native Paper`.
## Installation
You can install this library via NPM or YARN.
### NPM
```sh
$ npm install @blackbox-vision/uniforms-react-native-paper react-native-paper react-native-paper-dropdown react-native-modal-datetime-picker @react-native-community/datetimepicker
```### YARN
```sh
$ yarn add @blackbox-vision/uniforms-react-native-paper react-native-paper react-native-paper-dropdown react-native-modal-datetime-picker @react-native-community/datetimepicker
```## Example Usage
Check it out [here](https://github.com/BlackBoxVision/uniforms-react-native-paper/tree/main/example).
## Issues
Please, open an [issue](https://github.com/BlackBoxVision/uniforms-react-native-paper/issues) following one of the issues templates. We will do our best to fix them.
## Contributing
If you want to contribute to this project see [contributing](https://github.com/BlackBoxVision/uniforms-react-native-paper/blob/main/CONTRIBUTING.md) for more information.
## License
Distributed under the **MIT license**. See [LICENSE](https://github.com/BlackBoxVision/uniforms-react-native-paper/blob/main/LICENSE) for more information.