Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: do not import BuildConfig/R, but use FQDN reference (#871)
* feat: replace {{ packageName }} in deps' packageImportPath * chore: extract interpolating to a separate function * feat: add support for templating in packageInstance too * docs: add paragraphs about interpolation * Update packages/platform-android/native_modules.gradle * Fix GH whitespace changes * Make the change backwards-compatible Libraries already expect to be able to use R and BuildConfig classes without having to worry about their packages. To match the expectations the script will replace un-fully-qualified references to fully-qualified. * Update dependencies.md * Update native_modules.gradle * Update native_modules.gradle Co-authored-by: Mike Grabowski <grabbou@gmail.com>
- Loading branch information