tommycarpi

Results 15 comments of tommycarpi

I managed to subscribe to some notifications in order to be alerted upon resignation and activation. I couldn't solve the `ShouldTerminateAfterLastWindowClosed` yet, but that's a start. Here is the code...

I was digging into this, but would it be possible to check if it's on catalyst and skip it? As I'm reading what this method does, I don't think it's...

With the following changes, it compiles. I haven't tested yet if everything works, I've just started with RevenueCat (and I really like it). Do you see adding these as feasible?...

I managed to fix it by using `useSafeAreaInsets` and `` instead of `` ``` const insets = useSafeAreaInsets(); ```

It's working now, but yesterday morning it wasn't, so don't rely too much on it (not developer's fault obviously)

It's not working on my side, anyone found a working solution?

I have a similar issue, I have a Base64 string from an Image I load from the iOS Library. I'm converting to Uint8ClampedArray in this way `let clampedArray = Uint8ClampedArray.from(Base64.atob(img.assets[0].base64!),...

Thanks! I'll give it a go

I'm interested in this too! Any plans?