Diao Zheng

Results 2 comments of Diao Zheng

I've done some digging and am implementing a ppx rewriter for react-native-reanimated (especially the worklet syntax in Reanimated 2). It seems that the most maintainable way would be to use...

Sorry for the late reply, In the android app, we do: In `/build.gradle`, we define our variables: ```groovy buildscript { react = [ root: "../react-native" ] } ``` In `app/build.gradle`,...