Cameron

Results 11 comments of Cameron

@uday5162 as a temporary solution, you can add a package resolution to package.json if you use yarn. From looking at the changes, they don't see too major from from version...

@okwasniewski just pinging to gauge if you think you'll have any time to look at this one again soon 🙏

@andrewjmathers I have the same experience. 2.8.0 has this issue, whereas 2.3.0 does not. ~~Using reanimated 2.7.0 also seems to work fine.~~

@computerjazz FWIW - your patch-package seems to resolve the issue for me.

I get this issue as well and have a demo expo repo https://github.com/cam-shaw/native-screen-jitter I discovered this issue on my non-expo project. My demo is pretty much the exact same setup...

@kickbk I've had an interesting discovery. When I run my expo project above in "managed" mode, I get the issue. If I run the command `npx expo prebuild -p android`...

@kmagiera is this an issue the team are aware of?

I get this issue as well. Wonder if it's related to this conversation where "flickering" is discussed? https://github.com/react-navigation/react-navigation/issues/11285

Hi everyone, I'd recommend not cleaning your gradle cache for each build if you're just developing as that'll increase your build time. You can simply delete the CodePushHash file and...