Gorkem Baris Yesiltas
Gorkem Baris Yesiltas
### Describe the feature I know we are able to set render modes based on the route on `routeRules` but I was wondering if it's possible to set the render...
**Feature Request** Are there plans to add [Object.hasOwn](https://github.com/es-shims/Object.hasOwn) to polyfills? It seems to have support [at about 90%](https://caniuse.com/?search=Object.hasOwn) which is less than some other packages that you guys have polyfill...
Updates the setup instructions based on [this comment](https://github.com/Expensify/react-native-share-menu/issues/245#issuecomment-1460815189) to address [this issue](https://github.com/Expensify/react-native-share-menu/issues/245)
I am using FormKit in some of my components, and formkit is throwing a `ResizeObserver is not defined` error when I'm running my tests with the `jsdom` environment instead of...
Hey, firstly thank you for making this plugin, it looks very useful :) Running this module seems to run the whole nuxt environment, including the plugins, and we have a...
**Changes list** - The `_valueToSum` attribute is mapped to properties however the `logEvent` method gets `valueToSum` [from the second argument](https://github.com/thebergamo/react-native-fbsdk-next/blob/bfd6d6e6c5a3d5e6e15b0e8acececd4cf0703ec0/src/FBAppEventsLogger.ts#L156) **Demo instructions** Using this plugin, send an event with the...
Addresses this issue: https://github.com/segmentio/analytics-react-native/issues/687 It seems like the issue was closed saying the AdMob setup is not necessary but the piece of documentation from the setup steps was not removed
**Changes list** - Improved the return type to not be `Promise` anymore - Users can now specify the type of the SB Component they are fetching while using `useAsyncStoryblok` using...
### Reproduction https://stackblitz.com/edit/github-2lhz68-avdhcd?file=components%2FMyWrapperComponent.vue ### Describe the bug Hey, I'm having some issues with enabling `autoImport` in our nuxt project. The issue that I'm currently having is that (admittedly kind of...
## PR type - [ ] Bugfix - [X] Feature - [ ] Code style update (formatting, renaming) - [ ] Refactoring (no functional changes, no api changes) - [...