mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-04 09:27:53 +08:00
Summary: Adds a `rewind()` method to `JByteBuffer`, which maps to `java.nio.Buffer#rewind()`. This is useful if a `ByteBuffer` is reused for calls between Java and C++. Differential Revision: D7435171 fbshipit-source-id: 488131d6ad2d5abb1b86a5efabc2f39ba0ab16cd
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.