James Xabregas

Results 10 comments of James Xabregas

I hope everyone here realizes that hiding a deprecation warning isn't a real solution to this problem, it's just a convenient way to forget it exists until one day React...

So I have just encountered this same issue. The other issue is that the notification never repeats on susbsequent days either. I am pretty sure I have found the cause....

From what I've tested daily repeating doesn't even work properly through `addNotificationRequest()`. Only works with `scheduleLocalNotification()` at the moment. It seems to me the challenge is in abstracting the [UNNotificationTrigger](https://developer.apple.com/documentation/usernotifications/unnotificationtrigger)...

This library really needs to catch errors and handle them properly rather then letting the entire application crash everytime it encounters unexpected inputs.

> hm actually i have some more work to make sure that layout animations _don't_ apply on drag reorder Yeah I actually came to the same conclusion. I was able...

This seems to be working fairly well with the latest beta release. Thank you @computerjazz .

Yeah this isn't an issue with keys or anything like that. I looked into that. The issue is that until an image is within FastImage's cache this sort of flashing...

> Hi everyone, I also encountered this and I wrote [an article and a patch](https://www.cristiangutu.pro/react-native-fast-image-patch-to-fix-the-image-change-flickering/) for this lib, maybe it's useful. Basically I'm keeping the current UIImage/Drawable as a placeholder...

> @cristiangu is your patch basically keeping the old image until the new one is loaded and displays it? I think it is a good use case for you example...

I can confirm that this is still technically a current bug in React Native 0.63.3 and iOS 14.1. However after much consideration of this issue I have come to the...