Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Add deprecated receiveCommand method (#601)
Support deprecated receiveCommand which receives commandId as int. It may be RN bug and also dependent on RN version, but running on RN 0.76.2 (old arch), the `receiveCommand` which accepts `String commandId` is never called, therefore calling `focus()` and `blur()` functions does nothing. Here we manually delegate this call using the deprecated `receiveCommand`. JS sends the command id as Int.
- Loading branch information