Prebid in react native

264 views Asked by At

has anyone managed to use prebid within a react-native project?

I need to handle many bidders, and cannot fin any way to do it as prebid.js uses window variable

1

There are 1 answers

0
dlackty On

Though Prebid.js is written in JS, it must be used under web environment.

To use Prebid within a react-native project, you should checkout prebid-mobile-react-native or official Prebid Mobile SDKs (iOS / Android)