10

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?

Jake Yang
  • 141
  • 1
  • 5

1 Answers1

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