Michiel Doesburg

Results 8 comments of Michiel Doesburg

The [Amplify docs](https://docs.amplify.aws/lib/push-notifications/getting-started/q/platform/js#requirements) suggest that you need to setup the Analytics category before adding the Notifications category: > Push Notifications category is integrated with AWS Amplify Analytics category to be...

For anyone else facing this issue, the workaround for now is: 1. Remove Lambda function Analytics category dependencies/permissions 2. Remove Analytics category 3. Remove Notifications category 4. Push changes 5....

@emyann Thanks for creating Morphism! We are currently using it in a REST API which runs on AWS Lambda. The API is responsible for syncing data between 2 backends. The...

Happens when upgrading package from 8.2.0 to 8.2.1+. Must be related to this [bug](https://github.com/DylanVann/react-native-fast-image/commit/ba0f238821ba23517b8e62e759f685b8cd67c0c6) fix. I am using local images and I experience the images disappearing on Android. Current workaround...

@milansusnjar Could you take a look at this, since the code linked to in my previous comment seems to be authored by you?

@kazupon I can confirm that this is also an issue when using `vitest`. It seems that doing this only works the first time: ```js i18n.global.locale.value = locale; ```

@Justineo Any timeline on this? Would be really appreciated. Resorting to patching atm.

@fzaninotto Can the newest version be released on npm please? I am using this unofficial release https://github.com/marmelab/EventDrops/issues/287 for now.