0.1.3 • Published 2 years ago

@brigad/react-native-adservices v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago