Is it possible to build a RN project to an AAR package that can be integrated by other Android apps? And is there any similar solution for iOS?
Linking Libraries on Android If you want to add others libraries, just add them in include tag and mention their path and library in android folder at project as below. Now, add the following dependency in android/app/build. gradle: implementation project(':react-native-vector-icons')
Please refer to this github repo. It has two projects lib and application. "lib" is a RN project which can be build to generate the aar and then import it into "application" project which is an Android project (but it could also be another RN project)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With