Create forms for React Native applications with schemas in JSON format.
Save time when developing an application that needs to consume a form and send it to a Rest API or handle the data locally in the application.
Install with Yarn
yarn add react-native-form-json
Or Npm
npm install --save react-native-form-json
See folder examples in Repository