Angelika Serwa

Results 11 comments of Angelika Serwa

@showell as you can see I've done the all changes you asked me and I can continue working on this PR. Sorry for the delay :)

@Titozzz do you mean this bug: https://github.com/software-mansion/react-native-reanimated/issues/3209? I haven't looked deeply into that one yet but it looks to me it's a different issue. This one is about animations running...

It reproduces easily on iOS, not on snack though. Here is the repro code: https://snack.expo.dev/lPgsCKf7a

Ok, first of all, if you want to use RN 0.69, use reanimated `3.0.0-rc.0`. Versions 2.x of reanimated don't support RN 0.69 and there will be a warning about this...

It works for me on `3.0.0-rc.9`. Make sure you set up your project correctly (add babel plugin etc https://docs.swmansion.com/react-native-reanimated/docs/next/fundamentals/installation), if problem persists provide link to the project that reproduces the...

> Would simply setting apply_alignment_to_all_simulcast_layers to true on the bad devices be enough to fix them? Will always bypassing the size check in HardwareVideoEncoder.java affect this? Yes, the checks simply...

I tested this on my device some odd resolutions like 1279x719 or 1111x1111 and it works for me. Could you tell us: - what resolutions crash - what error do...

@davidliu thanks, I managed to reproduce it on my device too. So, if the problem is that all layers aren't aligned to 2, then my idea is to set them...

@davidliu Agreed, I changed `REQUIRED_RESOLUTION_ALIGNMENT` to 2 and it works. I updated the PR accordingly.