'Converting react native app into native android dependency/library
I would like to transform my react native app into a library that can be added as a dependency/library by any already existing native Android project through gradle.Is this possible?
Solution 1:[1]
First publish your react native source code in Your github and after copy that project page url and publish it on gitPack , Now finally from there you will recieve your dependency
Happy coding :)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Legend s gamer |
