@brigad/react-native-adservices
v0.1.3
Published
AdServices React Native Wrapper
Downloads
379
Readme
react-native-adservices
AdServices React Native Wrapper
Installation
yarn add @brigad/react-native-adservices
Usage
import { getAttributionToken, getAttributionData } from "@brigad/react-native-adservices";
// ...
const attributionToken = await getAttributionToken();
const attributionData = await getAttributionData(attributionToken);
See Apple Docs
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT