deeplink-rn) provides install attribution and deep link tracking for React Native apps on Android and iOS. Add the package, rebuild, then configure with your API key.
Add the package
From your React Native project root:
Note: The native module is named InstallAttribution. If you skip the rebuild, you’ll see: “Native module not found. Did you rebuild the app after installing the package?”
Minimum requirements
- React Native 0.60 or higher
- Android: minSdkVersion 21+ (for install referrer and app links)
Configure the SDK
Callconfigure once at app startup, after the root component is mounted (so an Activity is available):
apiKey(string, required)endpoint(string, optional)
Next steps
Configure each platform and then handle incoming links:Android setup
App Links and intent filters.
iOS setup
Current support and limitations.

