Installation

To install the GIZO SDK for a React Native project, execute the following command in your terminal, ensuring you are in the project directory:

npm install @gizo-sdk/core

After running the installation command, the GIZO SDK will be added to the package.json file of your project.

{
  ...,
  "dependencies": {
    ...,
    "@gizo-sdk/core":"1.0.9"
  }
}

Once the GIZO SDK is installed and added to the package.json file, you can proceed to the next section.

Last updated