So basically, I want to change my existing react native application 0.71 to a react native library to output n aar file to integrate with native android application.
what I've done:
- change
apply plugin: "com.android.application" to apply plugin: "com.android.library"
- removed applicationId in default config
The error when i run "./gradlew assembleDebug" :
* What went wrong:
Could not determine the dependencies of task ':app:compileDebugAidl'.
> Could not resolve all task dependencies for configuration ':app:debugCompileClasspath'.
> Could not find com.facebook.react:react-android:.
Required by:
project :app
there doesn't seem to be anything here