mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
e6c0ac0517
Summary: We have two warnings on MapBuffer which I'd like to resolve as they show up on console every time. 1. We're using a deprecated method receiveCommand, which is actually legit but was missing a propagation of the warning. I'm adding it. 2. We had a null check that that was always not null. That is enforced by the Kotlin type system. I've checked the code and we're actually always returning non-nulls there or raising exceptions instead. Changelog: [Internal] [Changed] - Fix compilation warnings for MapBuffer Reviewed By: javache Differential Revision: D41522129 fbshipit-source-id: c2dbb660f95a2ff7dac6e4fcdf476e4058cf730e
Building React Native for Android
See the Building from Source guide on the React Native website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing guide on the React Native website.