Releases: react-declarative/rn-declarative
Releases · react-declarative/rn-declarative
Abstract fields
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
Ready to use
This package published to the npm registry. Install it by running the next command
npm i @ui-kitten/components @eva-design/eva react-native-svg rn-declarative rn-declarative-eva