formio / react-native-formio

React Native Version of Formio Renderer
MIT License
18 stars 22 forks source link

Convert textfield component render method #4

Open randallknutson opened 6 years ago

randallknutson commented 6 years ago

All components need to use react-native compatible components.

See https://github.com/formio/react-native-formio/blob/master/src/components/FormComponents/mixins/inputMixin.jsx#L109-L112 https://github.com/formio/react-native-formio/blob/master/src/components/FormComponents/mixins/multiMixin.jsx#L31-L82 https://github.com/formio/react-native-formio/blob/master/src/components/FormComponents/mixins/valueMixin.jsx#L310-L314

To test this, set up a simple form with just a textfield in form.io and attempt to display it in react-native.