Marcus Öhman
Marcus Öhman
If you are using react-native-firebase library, you can use it to retrieve APNS token `const apnsToken = await firebase.messaging().ios.getAPNSToken();` (this is using version 5.5.7) But you still need to setup...
> Running into this when installing Nuxt Bridge into a Nuxt 2 application. Tried to create a new Nuxt 2 static site and install Nuxt Bridge into that, but I...
Stumbled upon this as well.. Was first reported here almost a year ago: https://github.com/fabien0102/openapi-codegen/issues/113#issue-1419897599 I've updated the fetch method to the below code to make it work for now: ```...
same issue, any solutions?
Having the same issues. In my case I am moving the offset of icons on a polyline but the icons are not moved, instead new ones are created on the...
Have similar issues when new architecture is enabled, simply disabling new architecture removes the issue. I am also using `useAnimatedStyles` with `translateX` and `translateY` mapped to panning gestures. I am...