I\'m trying to include an AAR file with my React Native Android app so that I can access its features using native code. How can I bundle an AAR so that native code can impo
I tried many ways,
OPEN FOLDER WITH ANDROID STUDIO AND JUST ADD THE AAR OR JAR
The easiest way was to open the generated folder inside de react native project with android studio. Them add the aar as adding the aar to a regular project.
In android Studio add as always (Friendly Remainder):