mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
f33892081a
Summary: Cleans up `ReadableMapBuffer` APIs and migrates to use `std::vector` instead of raw pointer array. Also uses `fbjni` utility to allocate the bytes instead of making manual JNI calls. Changelog: [Internal] Reviewed By: sammy-SC Differential Revision: D33513027 fbshipit-source-id: afe7d320d12830503de4c9994117d849f0b25245
Building React Native for Android
See the docs on the wiki.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.