BondGoat / react-native-native-video-player

React native video player, used for Android, iOS. It will lauch a Native Video, not an Embeded Component
GNU General Public License v3.0
50 stars 44 forks source link

React Warning overrides `init` but no `requiresMainQueueSetup` #28

Closed ericmgoeken closed 5 years ago

ericmgoeken commented 5 years ago

React Warning:

Module RNVideoPlayer requires main queue setup since it overrides init but doesn't implement `requiresMainQueueSetup. In a future release React Native will default to initializing all native modules on a background thread unless explicitly opted-out of.

This is because RNVideoPlayer extends UIViewController. Changing to NSObject is requested.