react-native-mereb-form
v0.1.2
Published
Form and Form mangement tool
Downloads
4
Readme
react-native-mereb-form
Form and Form mangement tool
Installation
npm install react-native-mereb-form
Usage
import MerebForm from 'react-native-mereb-form';
// ...
<MerebForm
title='Example Form'
onSubmit={performSubmit}
moreOptions={{
type: "sign-up", goToSignIn: () => {
console.log("go to sign in");
}
}}
inputFieldsModel={`
name:string;
age!:number;
email:string;
`}
onSuccessAction={onSuccessAction}
/>
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library