React Native Guides
Step-by-step guides for React Native SDK integration and configuration.
Common React Native development tasks for integrating the Grovs SDK, including package management with npm and yarn.
Installation
- Integrating an NPM Package — Add the Grovs SDK to your React Native project using npm
- Integrating a Yarn Package — Add the Grovs SDK to your React Native project using yarn
Native platform setup
The React Native SDK wraps the native iOS and Android SDKs, so the underlying platform configuration also applies:
- How to Add an Associated Domain — Configure associated domains in Xcode for Universal Links
- How to Add a New URL Scheme — Configure custom URL schemes for deep linking in your iOS app
- How to Add a New Intent Filter — Configure intent filters for deep linking in your Android app
- How to Get the SHA-256 Fingerprint — Obtain SHA-256 fingerprints for debug and release signing certificates
Edit this page on GitHubLast updated 2026-09-03