Instagram Embed for React Native
Thanks to GaborWnuk
Simple as that - we needed Instagram embeds in our application, and couldn't find anything decent on the internet.
Feel free to contribute.
Use it to display standard Instagram embed "natively" (without WebView).
npm i --save react-native-embed-instagram
Example:
import InstagramEmbed from 'react-native-embed-instagram'
<InstagramEmbed id="Bbbm0WmgVLa" style={{ width: "100%" }} />
MIT.
