so by reading some threads here, I now understand react-native-youtube does not support Expo. Now I wonder what other folks use substitute for Expo.
I appreciate the tip.
Thank you :)
@johnnykoo84 I think the only way is using WebView
<WebView
style={{flex:1}}
javaScriptEnabled={true}
source={{uri: 'https://www.youtube.com/embed/sBzrzS1Ag_g?rel=0?rel=0&autoplay=0&showinfo=0&controls=0'}}
/>
If you app is detached you can use it.
@johnnykoo84 Expo is not supporting native libraries AFAIK. This library access native modules in Android and iOS
@joao-alberto WebView is not working on Android devices 5.1 :( :(
Most helpful comment
@johnnykoo84 I think the only way is using WebView