Getting the Frontend SDK
The steps described in this and subsequent pages have been implemented in our sample project already. Click on the ‘Download’ button on the top right hand side of the page to download the project
In order to use Hypercheckout, the very first step is to install the Hypercheckout SDK into your application and add proper configurations. This has two steps to it:
Following sections describe how to complete above steps:
1. Installing React Plugin
Hypercheckout SDK depends on certain assets to function. These are available over the air and are supposed to be present while building the SDK.
The Assets Plugin is a build time dependency that downloads all required assets and ensures the availability of the latest assets at build time.
2. Installing Compile Dependency for iOS
To install Hypercheckout SDK follow the below steps:
3. Installing Compile Dependency for Android
To install Hypercheckout SDK follow the below steps:

