Getting started with the Branch React Native SDK
masterThe Branch React Native SDK enables deep linking and attribution for React Native applications. To integrate Branch, you must follow a multi-step process:
- Configure Branch Dashboard: Set up your application in the Branch dashboard.
- Install Branch: Add the
react-native-branchpackage to your project. - Configure App: Update your native Android and iOS configurations (e.g.,
AndroidManifest.xml,Info.plist, and AppDelegate). - Initialize Branch: Initialize the SDK within your application code to start receiving attribution data.
- Implement Features: Use the SDK APIs to implement advanced features like deep linking, deferred deep linking, and data sharing.
For full technical details and API references, refer to the official SDK documentation.