用于react
技术相关的表单组件
react-native
和其他的平台的区别在于:
react-native
不支持display: grid
,仅使用display: flex
进行布局react-native
的style
类型为StyleProp<ViewStyle>
,而不是React.CSSProperties
react-native
不存在className
,只能使用style
进行样式的控制如果想自己封装需要的组件也可以使用@carefrees/form-utils-react-hooks
或@carefrees/form-utils
重新进行封装。