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
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
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)