Skip to content

Brigad/react-native-adservices

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published