This is a sample React Native Project for exploring the deep linking connecting a dApp with Petra Wallet app. Currently only Android side configuration for deep linking is completed in this sample app.
Note :: In order to test the deep linking working the device in which running the android app should have the Petra Wallet installed, signed in and connected in TestNet.
To run the project follow the below steps
-
navigate to root of project
-
Do npm install
-
To run on android
!! ATTENTION - The app tries to establish a connect with Petra Wallet through deeplinking. At the moment no direct package is available to do this.
** Reference Links **