To get started with the development of the module a couple steps are necessary:
yarn
/yarn install
on the root of the project to install both the dependencies for the module and for the example app- Provide compiled sources for
libsodium
in./Clibsodium.xcframework
andlibsodium-android
- Into
example/ios
runpod install
to install the pods - By running
npm run start
in theexample
folder you should now be able to start the Example App - Open
example/ios
in Xcode to start screwing around the native module and the native code.