• Felix Schindler's avatar
    fix(docs): gradle compile config depreciation (#528) · 4b4a2125
    Felix Schindler authored
    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.
    4b4a2125