TheRogue76 / react-native-hashing

A hashing library for react native written in c++ with JSI
MIT License
20 stars 1 forks source link

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

Open TheRogue76 opened 2 years ago

TheRogue76 commented 2 years ago

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.