0.1.1 • Published 2 years ago

react-native-teads-sdk v0.1.1

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

react-native-teads-sdk

ReactNative plugin for Teads SDK. Android iOS

Installation

npm install react-native-teads-sdk

Usage

Android Only

In app android manifest file change to android:allowBackup="true"

Add in build.gradle allprojects -> repositories maven { url "https://teads.jfrog.io/artifactory/SDKAndroid-maven-prod" }

import { configure } from "react-native-teads-sdk";

// ...

configure();

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library