mirror of
https://github.com/status-im/react-native.git
synced 2025-01-15 03:56:03 +00:00
7f58189605
Summary: In BundleDownloader.java, there were references to `okhttp3.Headers` instead of importing the class at the top of the file. This PR is a simple change to use an import instead. Compile the Android app (If this PR adds or changes functionality, please take some time to update the docs at https://github.com/facebook/react-native-website, and link to your PR here.) [ANDROID][MINOR][BundleDownloader] - Use Java import instead of fully qualified class name Closes https://github.com/facebook/react-native/pull/17507 Differential Revision: D6691593 Pulled By: hramos fbshipit-source-id: 81b366db608b7be8a903d2f25b36ca5642d9eec3
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.