Andrii Denysenko

Results 9 comments of Andrii Denysenko

@needim Would table of contents fit into this PR?

@needim, I added [some suggestions](https://github.com/needim/openapi-codegen/pull/1) to your branch.

> proposal: more declarative wordings in the init function: > > * Types > * Types & Fetchers > * Types & Fetchers & React Query hooks @needim I would...

@needim, sounds great, thank you for doing that! If I want to contribute, would I create PRs from #108?

@needim, I'm going to spend some time adding docs to #108, I'll create a small PR shortly, let me know what you think

As a temporary workaround I'm using [swagger-codegen](https://github.com/swagger-api/swagger-codegen) to convert v2 to v3. For Mac users it looks like this: ``` brew install swagger-codegen swagger-codegen generate -l openapi -i ./input-swagger.json -o...

@cdn34dd This unfortunately did not work for me. What I tried: - installing the babel plugin and configuring the `bable.config.js` file: ``` plugins: [ [ '@datadog/mobile-react-native-babel-plugin', { components: { useContent:...

@cdn34dd Thanks for clarifying, this makes more sense! Could you please expand on the logic of how components are chosen to emit RUM actions? Maybe a link to the source...

@cdn34dd It's not clear to me what exactly was the cause, but after upgrading to Expo 54 and running the app with `npx expo run:ios --clear-build-cache`, the plugin is now...