Arivanandan
Arivanandan
I passed a custom component through the TouchableComponent prop. I get the onPress function inside my custom component and call it onPress. This works fine on Android, but on iOS,...
Closes https://github.com/OpenAPITools/openapi-generator/issues/18475 ### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [x] Pull Request title clearly describes the work in the pull request and Pull Request description provides details...
### Is your feature request related to a problem? Please describe. When you have many parameters in your request, it's way easier to organize it into an object and pass...
Fixes mustach template from https://github.com/OpenAPITools/openapi-generator/pull/18476 Before (unterminated comment block) ```ts /** * @param consumes string[] mime-types * @return true: consumes contains 'multipart/form-data', false: otherwise */ private canConsumeForm(consumes: string[]): boolean {...