nickY
nickY
Here's an example of downloading artifact from a different workflow using [github-script](https://github.com/actions/github-script), hopefully it can help someone https://gist.github.com/mk-nickyang/c8094f6b32472eaebdd3c21b1ccb7e86
Looks like [Layout Animations rewrite](https://github.com/software-mansion/react-native-reanimated/pull/3332) + https://github.com/software-mansion/react-native-reanimated/pull/3791 will fix this issue. Here are the steps worked for me if someone else wants to give it a try 1. Install [[email protected]](https://github.com/software-mansion/react-native-reanimated/releases/tag/3.0.0-rc.6)...
It's working if we use `` to wrap the content instead of ``, not ideal if you have many TextInputs though. ``` ... // Use this to take up bottom...
@markmur Thank you so much for the quick update! And no worries about the Shop Pay code, glad I'm not brute-force attacked 😄
Have your tried [fullScreenGestureEnabled](https://reactnavigation.org/docs/native-stack-navigator/#fullscreengestureenabled)?
Can probably de-priorities this one, seems using `Pressble` or Buttons from RNGH (instead of RN ones) is working, so we have an easy workaround for it