Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

APSL/tcomb-form-native-json-schema

Repository files navigation

tcomb-form-native-json-schema

Bridges tcomb-json-schema and tcomb-form-native together.

Getting started

$ yarn add tcomb-form-native-json-schema

Usage

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}
 />
 )
 }
}

License

MIT.

Author

Álvaro Medina Ballester <amedina at apsl.net>

Built with πŸ’› by APSL.

About

A bridge between tcomb-json-schema and tcomb-form-native

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /