react-native-community / react-native-circleci-orb

A CircleCI Orb to Simplify Testing your React Native App
MIT License
174 stars 81 forks source link

Undocumented dependency #55

Closed Masadow closed 4 years ago

Masadow commented 4 years ago

Orb version

4.2.0

What happened

Task 'downloadDependencies' not found in root project

Expected behavior

It should build

From what I found out, you rely on this plugin but the documentation does not state it anywhere: https://github.com/tehlers/gradle-download-dependencies-plugin

matt-oakes commented 4 years ago

This is documented in the README: https://github.com/react-native-community/react-native-circleci-orb/blob/master/README.md#android

Masadow commented 4 years ago

Oh right, should probably be on https://circleci.com/orbs/registry/orb/react-native-community/react-native ?