'Prebid in react native
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
Solution 1:[1]
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)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | dlackty |
