mirror of
https://github.com/status-im/react-native.git
synced 2025-01-11 01:56:26 +00:00
f2a6570b07
Summary: This is needed for the upcoming loading from multiple sources (D3364550 for the non-nodes version) and cache interrogation (D3392751 for non-nodes version). This postpones creating the DraweeRequestHelper until the image size is known, which in the nodes universe is when `onBoundsChanged` is called. Reviewed By: foghina, ahmedre Differential Revision: D3413467
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.