Skip to content

Abstract fields

Latest
Compare
Choose a tag to compare
@tripolskypetr tripolskypetr released this 02 Aug 15:14
· 55 commits to master since this release
bd8c125

Several interfaces for components that were ported from react-declarative. While they aren't implemented in rn-declarative-eva yet, they've been well-tested in other production environments and could be useful for your app.

FieldType.Complete
FieldType.Date
FieldType.Progress
FieldType.Rating
FieldType.Slider
FieldType.Time
FieldType.Choose
FieldType.Typography
FieldType.Tree

Just like react-native (for example, JSI), rn-declarative serves as a standard for designing forms. By using a declarative approach to define forms, you can easily reuse code for tasks like data transformation and validation. This also makes it easier to work with two separate teams: one focusing on the ui-kit (Storybook) and the other on business logic. Inspired by react-declarative documentation