red5pro / react-native-red5pro

React Native Red5 Pro Publisher/Subscriber
https://www.red5pro.com/
Other
34 stars 20 forks source link

Fix yellow box warning #69

Open andrew-schenk opened 4 years ago

andrew-schenk commented 4 years ago

Accessing view manager configs directly off UIManager via UIManager['R5VideoView'] is no longer supported. Use UIManager.getViewManagerConfig('R5VideoView') instead.