This repository has been archived by the owner on May 21, 2019. It is now read-only.
Fix "compile" Gradle-warnings for newer RN-versions
What’s Changed
- Fixed gradle warning of deprecated 'compile' configuration (#294) @ShaPOC
- Remove old examples, add new RN 57 example (#297) @cbrevik
Major version?
Since the implementation
configuration is not valid for older versions of Gradle, this is a breaking change and therefore a major version. You should be on a newer React Native version (0.57+) for this version.