A React-Native demo app to use Attestation module on CENNZNET.
This project requires you local node version as ^10.13.0
. You can use nvm
to install
and select the specific node version.
brew install nvm
nvm install 10.13.0
nvm use 10.13.0
yarn install
yarn start
- Run
react-native run-ios
orreact-native run-android