How do I play DRM content in React Native without using any native modules? It is a pure JS app. I have tried using the React Native Video library but they don't support DRM as yet.
Asked
Active
Viewed 1,232 times
1
-
Use [`react-native-video`](https://github.com/yaraht17/react-native-video). They say that support drm [more info](https://github.com/react-native-community/react-native-video/pull/789) – Mohsen Aug 27 '18 at 07:54
-
1@MohsenMd That build has not yet been merged into the main project. – khateeb Aug 27 '18 at 09:40