Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.21 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.21 KB

react-native-instagram-embed

Build Status View package on npm npm

Instagram Embed for React Native

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

Use your favourite packager:

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

or

yarn add react-native-instagram-embed

Example:

<InstagramEmbed url="https://www.instagram.com/p/BYyvO2WA3Ra/" style={{ width: "100%" }} />

License

MIT.