Installation
Install and provision the native messaging bridge inside a React Native workspace. Learn how to configure your package manifest, run dependency fetches, and link underlying native modules.
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-nativeAlternatively, 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
"dependencies": {
...
"@fyno/react-native": "<latest_version>",
...
},After adding the dependency, make sure to run npm install or yarn install to fetch and install the required packages