Skip to content

StaygeLabs/TeadsSDK-ReactNative

 
 

Repository files navigation

Teads logo


🚀 TeadsSDK on React Native with react-native-teads-sdk-module

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.

🔜 Installation our npm package on your app

not available yet

npm install react-native-teads-sdk-module

⚙️ Usage of react-native-teads-sdk-module

import { TeadsModule } from 'react-native-teads-sdk-module';

// ...

const result = await TeadsModule();

🚲 Launch the example App

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

🎓 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

About

Implement Teads SDK with React Native

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 22.6%
  • Kotlin 16.9%
  • Swift 15.4%
  • TypeScript 12.9%
  • Java 12.1%
  • C++ 5.4%
  • Other 14.7%