You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change usage of compile to implementation in docs (gradle). (#332)
React Native bumped the version of the Android Gradle Plugin
to v3 which uses the newer Gradle dependency
configurations `implementation` and `api` which make `compile`
obsolete.
0 commit comments