Teads allows you to integrate a single SDK into your app, and serve premium branded "outstream" video ads from Teads SSP ad server. This sample app shows you how to use our official TeadsSDK with React Native.
not available yet
npm install react-native-teads-sdk-module
import { TeadsModule } from 'react-native-teads-sdk-module';
// ...
const result = await TeadsModule();
yarn
yarn example android
OR
yarn
yarn example ios
with IDE
directly from Xcode with
cd YourRepository/example/ios
rm -rf Pods/ Podfile.lock TeadsSdkModuleExample.xcworkspace/
pod install
open TeadsSdkModuleExample.xcworkspace/
then build and run
OR
directly from Android studio
open project and run it with metro launched on the side
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library