For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
LoginTalk to us
DocumentationSDKsConnectAPI Reference
DocumentationSDKsConnectAPI Reference
  • Introduction
    • Overview
  • Mobile Push
    • Flutter Push SDK
    • React Native Push SDK
      • Prerequisites
      • Installation
      • Usage
      • Android specific configuration
      • IOS specific configuration
      • FAQs
    • Kotlin Push SDK
    • Swift Push SDK
  • In-App
    • React In-App SDK
    • React Native In-App SDK
    • Flutter In-App SDK
  • Web Push
    • Web Push SDK
  • TOTP
    • TOTP Swift SDK
    • TOTP Kotlin SDK
LogoLogo
LoginTalk to us
Mobile PushReact Native Push SDK

React Native Push SDK - Installation Guide

Was this page helpful?
Previous

React Native SDK — Usage Guide

Next
Built with

To integrate the Fyno SDK into your React Native application, you need to add the @fyno/react-native package to your project’s dependencies. You can add the package using one of the following commands:

$npm install @fyno/react-native

Alternatively, you can manually edit the package.json file in your project and add @fyno/react-native to the dependencies section:

Find the latest version at Fyno React Native Push SDK

package.json
1"dependencies": {
2 ...
3 "@fyno/react-native": "<latest_version>",
4 ...
5},

After adding the dependency, make sure to run npm install or yarn install to fetch and install the required packages