Miguel Coder
Miguel Coder
Ok I solved the problem. Turns out API Gateway doesn't support multi-part/formdata. You can close this.
In my case the issue was that another module(react-native-stripe) was eating all of my intents and then starting new intents. Apparently React-Native bundles all of the native modules into a...
updateSelect:function(type,title,val){ $(type).selectpicker({ width:'100%', style:'btn-dropdownForm', title:title, }) $(type).selectpicker('refresh'); $(type).val(val) .change(); this.currentProject = this.currentProject; //this forces the nexttick }