Sam West
Sam West
I find the colouring confusing, I would expect the colouring to be as follows: 1) Correct answer(s) highlighted in green. 2) If the user's answer is incorrect, highlight their incorrect...
ok, having answer C is wrong in both versions though - no?
Why are you returning a from a function after map? Should be... ``` ... this.state.WalletList.map((u, i) => ( )); ... ```
I think what you want is: ``` this.state = { optionValue :[ {value:'3',title:'A'}, {value:'4',title:'B'}, ] } ``` ``` {this.state.optionValue.map(obj => ( ))} ```
Hi, You can do it by editing the containers state. ``` constructor(params) { super(params); this.state = { emailEditable: false } } ``` Then on the field: ``` ``` Then in...
You can pass all of the react native TextInput props: https://facebook.github.io/react-native/docs/textinput.html#editable Just add editable={false} to your widget: `
Hi, The developer hasn't been around for a while. Not sure if they are going to respond anytime soon. The functionality you are talking about has been implemented in my...
I am also using react-native-router-flux with success. If you don't care about displaying errors you can do the following... ``` var validationResults = GiftedFormManager.validate('formname'); if(validationResults.isValid) { var values = GiftedFormManager.getValues('formname');...
They are in the example folder: [your project route]/node_modules/react-native-gifted-form/GiftedFormExample/icons/color/