field-form icon indicating copy to clipboard operation
field-form copied to clipboard

Can it be used in react-native

Open ndzy666888 opened this issue 3 years ago • 2 comments

ndzy666888 avatar Dec 01 '20 04:12 ndzy666888

yeah, i have use it in react-native; and rc-field-form clearly indicate support for react-native.

preflower avatar Jan 13 '21 03:01 preflower

When used in React-Native, you need to add the component attribute to the Form tag as false.

<Form component={false} />

diyudediyu avatar Sep 14 '23 02:09 diyudediyu