Can the React Native SDK be used to target web browsers?

Targeting browsers via React Native is possible using the React Native for Web library. The Bitmovin Player React Native SDK does not currently support browsers out of the box as it wraps the native Android and iOS Player SDKs.

It is possible for you to also include the Bitmovin Player Web SDK in your React Native app to target web browsers - please note however that this workflow is not currently officially supported.

To integrate the Bitmovin Player Web SDK into a React.js web project, you can follow our React.js sample.