Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Description Fix for the building issue: ``` ../../../../src/main/cpp/AndroidScheduler.h:3:10: fatal error: 'fbjni/fbjni.h' file not found #include <fbjni/fbjni.h> ``` CI fail: https://github.com/piaskowyk/reanimated-rn-version-tester/actions/runs/3250602268/jobs/5334494271 Solution: We need to execute our tasks before `generateJsonModel` because in this step FBJNI's headers should be unpacked in the proper location. Same as here: https://github.com/software-mansion/react-native-reanimated/blob/376730edb6dc2b610553a0ce87ba7040031e422b/android/build.gradle#L995-L997
- Loading branch information