React-native-youtube: substitute for expo?

Created on 1 Aug 2018  路  4Comments  路  Source: davidohayon669/react-native-youtube

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 :)

Most helpful comment

@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'}}
/>

All 4 comments

@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 :( :(

Was this page helpful?
0 / 5 - 0 ratings