An example, how to use @ravenrebels JavaScript packages in React Native. It is built using https://expo.dev
Basically, you need to use Browserify to bundle the packages, to make them work on IOS (and Android). See file RavencoinHandler.js
and check script buildRavencoinHandler
in package.json
To run on IOS simulator on mac You need to install Xcode and IOS simulator (google it)
This naive and simple example demonstrate how to
- derives addresses from mnemonic
- use RPC to interact with the blockchain
- signs transactions