â ī¸TypeScript/React Native
â ī¸ Deprecated SDK Notice
This SDK is deprecated and will be removed in a future release.
For the purposes of this guide, thezkpass-sdk
repository is cloned into the home directory of the current user, retaining its default name. This places thezkpass-sdk
repository at ~/zkpass-sdk
. As a result, the root directory for the zkpass-client-react-native SDK is set to ~/zkpass-sdk/typescript/react-native/wallet
.
Should you choose to clone the zkpass-sdk
repository into a different location, ensure that you adjust any referenced paths in the instructions to match your chosen directory structure.
SDK Structures
To find out how the SDK is structured, at the root of the zkPass SDK run the following:
The output should look like this:
Here are the descriptions for each sub directory:
android This contains the mobile app for Android device.
ios This contains the mobile app for iOS device.
node_modules This contains all packages that are installed when running
npm i
. These packages are needed to run the sdk and app.patches This contains patched packages in node_modules to work in our sdk and app.
src This is the main Wallet Demo App source code.
__tests__ This contains the test for Wallet Demo App.
Last updated