Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.