0.1.1 • Published 4 years ago

react-native-embed-instagram v0.1.1

Weekly downloads
34
License
-
Repository
github
Last release
4 years ago

react-native-embed-instagram

Instagram Embed for React Native
Thanks to GaborWnuk

What is it for?

Simple as that - we needed Instagram embeds in our application, and couldn't find anything decent on the internet.

Feel free to contribute.

How does it work?

Use it to display standard Instagram embed "natively" (without WebView).

Screenshot

Installation

Installation

npm i --save react-native-embed-instagram

Example:

import InstagramEmbed from 'react-native-embed-instagram'  


<InstagramEmbed id="Bbbm0WmgVLa" style={{ width: "100%" }} />

config

PropertyTypeDefaultDescription
idstring""The ID of the post
styleobject{}The container Style
showAvatarbooleantrueShow the author details
showCaptionbooleantrueShow the post caption
showStatsbooleantrueShow the post stats
avatarStyleobject{}Avatar style
nameStyleobject{}Author username style
thumbnailStyleobject{}Thumbnail style
renderCaptionfunnullRender caption function

License

MIT.