The Sodium crypto library for React Native.
npm install react-native-sodiumPrecompiled binaries of libsodium will be linked by default.
Optionally, you can choose to compile libsodium by yourself (run __npm run rebuild__ in package directory). Source code will be downloaded and verified before compilation.
###### Android prerequisites
* Android NDK
* CMake
* LLDB
1. npm install react-native-sodium --save
2. npx pod-install
3. npx react-native run-ios|run-android