UNPKG

react-native-install-referrer

Version:

Module for getting install referrer on android, using Google Play Install Referrer API.

7 lines (3 loc) 128 B
import { NativeModules } from 'react-native'; const { RNInstallReferrer } = NativeModules; export default RNInstallReferrer;