mirror of
https://github.com/status-im/react-native.git
synced 2025-01-26 01:10:34 +00:00
8cff05101a
Summary: Nodes historically had two image implementations - DrawImageWithDrawee and DrawImageWithPipeline. The drawee implementation was the default (per request of the Fresco team). At this point, there is no point of having two (especially since updates to one need to be made to the other), so this patch removes pipeline. Reviewed By: sriramramani Differential Revision: D3755523
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.