Wallet connect integration with expo dApp.
-
Intsall node modules
npm i
-
Prebuild app
expo prebuild
-
Generate APK
cd android
./gradlew assembleRelease
-
Install APK
adb install -r app-release.apk
-
Intsall node modules
npm i
-
Start app
expo start