react-native-hashing icon indicating copy to clipboard operation
react-native-hashing copied to clipboard

Create a bundle for Android so that people can just install the library instead of Building it from the source code everytime

Open TheRogue76 opened this issue 3 years ago • 0 comments

Currently, users need NDK as well as CMAKE to build the app for android. By creating a .aar, we can do the building on our side and lower the time to build and run our library on Android.

TheRogue76 avatar Feb 19 '22 14:02 TheRogue76