Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 450 Bytes

File metadata and controls

20 lines (12 loc) · 450 Bytes

react-native-final-form-material

A Material Design fields library for react-final-form. This library depends react-native-paper for provide components and basic layout.

Getting started

$ yarn add react-native-final-form-material

or

$ npm install react-native-final-form-material --save

Usage

import FinalFormMaterial from 'react-native-final-form-material'

// TODO: What to do with the module?
FinalFormMaterial