AdServices React Native Wrapper
npm install @brigad/react-native-adservicesAdServices React Native Wrapper
``sh`
yarn add @brigad/react-native-adservices
`js
import { getAttributionToken, getAttributionData } from "@brigad/react-native-adservices";
// ...
const attributionToken = await getAttributionToken();
const attributionData = await getAttributionData(attributionToken);
``
See Apple Docs
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT