aureosouza

Results 12 comments of aureosouza

Adding the country helped `VersionCheck.needUpdate({ country: 'eg' })`, but typescript complains: `Object literal may only specify known properties, and 'country' does not exist in type` In version 3.4.5.

We had to do patch as well, any updates on this?

@L0rdCr1s yeah issue seems to be connected with the way Android handles fractional pixel values. We tried doubling the input range, but then we don't have sync between marginTop and...

@piaskowyk are you able to reproduce this scenario on the provided repo example? Any ideas on how to solve this shaking for Android? iOS works well, thanks

@tjzel any ideas on fix for this case? Android seems to have a specific behaviour when comparing to iOS for interpolation, as pointed as well by @efstathiosntonas

@sfuqua thank you for this, we were able to implement similar approach overriding the handleIntent from the class that extends `FirebaseMessagingService` (in our case we are using react-native-firebase, so that...

FYI we had to implement a patch for this, we've added an extra `fetchNotificationData` to `getDisplayedNotifications` module method, that injects the data param from firebase (if it exists): ```java private...

@mikehardy added a PR here https://github.com/invertase/notifee/pull/1141, thanks!

@mikehardy thanks for the update, let me know if we might be able to help