mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
54ed44628d
Summary: Found a couple of places where we were copy-pasting the logic `ResourceDrawableIdHelper` had. This class was only available on the image module and it had package visibility. I moved it to its own module so that we can easily use it from others. Reviewed By: andreicoman11 Differential Revision: D3463697 fbshipit-source-id: 708058c5f2445e27b151d8a6f3b47fd23485bc88
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.