This is a simple example of a Weshnet Expo Module application.
- Go >= 1.19.7
$ npx expo prebuild
From npm:
$ npm install --save weshnet-expo
From local registry:
$ npm install --save weshnet-expo --registry http://localhost:4873
$ cd ios
$ pod install
Since native modules doesn't work on the Expo Go, you need to run the app as a standalone app:
$ npx expo run:[ios|android] --device