Bridges tcomb-json-schema and tcomb-form-native together.
$ yarn add tcomb-form-native-json-schema
import { FormSchema } from 'tcomb-form-native-json-schema'
class Form extends React.Component {
render() {
// this.props.schema is a valid JSON schema
return (
<FormSchema
schema={this.props.schema}
data={this.state.values}
/>
)
}
}
MIT.
Álvaro Medina Ballester <amedina at apsl.net>
Built with 💛 by APSL.