Commit 4b4a2125 authored by Felix Schindler's avatar Felix Schindler Committed by Mehdi Achour

fix(docs): gradle compile config depreciation (#528)

PR facebook/react-native#20767 bumped the version of the Android
Gradle Plugin to v3 which uses the newer Gradle dependency
configurations `implementation` and `api` which make `compile`
obsolete.

PR facebook/react-native#20853 covered the `link` command.

Using `compile` will result in a warning message during app build and
`compile` will be eventually removed by Gradle.
parent 5a7a8c80
Pipeline #26 canceled with stages