mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
341b509437
Summary: Adds headers in `fb/include/fbjni` to `//ReactAndroid/src/main/jni/first-party/fb:jni`, as these are needed by Yoga now Fixes compilation of Yoga, after Yoga upgraded its internal copy of *fbjni* and changed header include paths. ## Changelog [Android] [Fixed] - Fixes compilation of Yoga Pull Request resolved: https://github.com/facebook/react-native/pull/25711 Test Plan: ``` $ buck build //ReactAndroid/src/main/jni/first-party/yogajni:jni Invalidating internal cached state: Watchman failed to start. This may cause slower builds. Parsing buck files: finished in 0.5 sec Building: finished in 2.2 sec (100%) 8/8 jobs, 8 updated Total time: 2.9 sec ``` Reviewed By: SidharthGuglani Differential Revision: D16357020 Pulled By: davidaurelio fbshipit-source-id: 4a97c0d35ebf65412a661ae291b3110bcfba6467
Building React Native for Android
See the docs on the website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.