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?
Asked
Active
Viewed 3,339 times
1 Answers
4
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)

Vijay
- 1,082
- 8
- 6