# react-native-instagram-embed
[![Build Status](https://travis-ci.org/GaborWnuk/react-native-instagram-embed.svg?branch=master)](https://travis-ci.org/GaborWnuk/react-native-instagram-embed) [![View package on npm](https://img.shields.io/npm/v/react-native-instagram-embed.svg?maxAge=2592000&style=flat-square)](https://www.npmjs.com/package/react-native-instagram-embed) [![npm](https://img.shields.io/npm/dm/react-native-instagram-embed.svg?maxAge=2592000&style=flat-square)](https://www.npmjs.com/package/react-native-instagram-embed)

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](https://github.com/GaborWnuk/react-native-instagram-embed/raw/master/screenshots/screenshot001.png)

## 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.
