UNPKG

aia-react-native-idfa

Version:

Android and iOS module for react-native to read IDFA (advertising identifier)

6 lines (5 loc) 117 B
declare module 'react-native-idfa' { export namespace IDFA { export function getIDFA(): Promise<string>; } }