Randall Knutson
Randall Knutson
There are several places where we use ajax to load information from a server. Need to figure out how to do this with react-native. See https://github.com/formio/react-native-formio/blob/master/src/components/Formio.jsx#L46
Use react-native compatible components for select. https://github.com/formio/react-native-formio/blob/master/src/components/FormComponents/mixins/selectMixin.jsx#L193-L198
Convert textfield to render suing react-native components
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...