### Install Soyio React Native SDK Source: https://github.com/soyio-id/soyio-rn-sdk/blob/main/README.md Instructions for installing the Soyio React Native SDK using npm or yarn. This is the initial step to integrate the SDK into your project. ```sh npm install @soyio/soyio-rn-sdk ``` ```sh yarn add @soyio/soyio-rn-sdk ``` -------------------------------- ### Install Soyio RN SDK Dependencies Source: https://github.com/soyio-id/soyio-rn-sdk/blob/main/README.md Command to install the necessary dependencies for the Soyio React Native SDK using npm. ```sh npm install ``` -------------------------------- ### Initialize Expo Modules for Bare React Native Source: https://github.com/soyio-id/soyio-rn-sdk/blob/main/README.md Command to install Expo modules in a bare React Native project. This enables the use of Expo's APIs and components without ejecting from the Expo managed workflow. ```bash npx install-expo-modules ``` -------------------------------- ### Disclosure Request On-the-Fly (React Native) Source: https://github.com/soyio-id/soyio-rn-sdk/blob/main/README.md Example of initiating a disclosure request on-the-fly using the `useSoyioAuth` hook in React Native. This method does not require prior setup and uses company and template IDs. ```jsx import { useSoyioAuth } from "@soyio/soyio-rn-sdk"; export default function App() { const options = { companyId: "", // Starts with 'com_' uriScheme: "" userReference: "", // Optional customColor: "", // Optional isSandbox: true, // Optional }; // For initialize a disclosure request const disclosureParams = { templateId: "