• 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
Name
Last commit
Last update
.github Loading commit data...
android Loading commit data...
ios Loading commit data...
web Loading commit data...
windows Loading commit data...
.gitignore Loading commit data...
.prettierrc.json Loading commit data...
CHANGELOG.md Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
RNDeviceInfo.podspec Loading commit data...
deviceinfo.d.ts Loading commit data...
deviceinfo.js Loading commit data...
deviceinfo.js.flow Loading commit data...
package.json Loading commit data...
yarn.lock Loading commit data...