mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary:
This diff deprecates:
```
public void receiveCommand(int reactTag, int commandId, Nullable ReadableArray commandArgs) {
```
in favor of:
```
public void receiveCommand(int reactTag, String commandId, Nullable ReadableArray commandArgs) {
```
Reviewed By: JoshuaGross, TheSavior
Differential Revision: D16019254
fbshipit-source-id: 61efefe5d5c43f9b24b729f17229725b87b60a1f
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.