react-native-embed-instagram icon indicating copy to clipboard operation
react-native-embed-instagram copied to clipboard

React Native Instagram embed

Results 5 react-native-embed-instagram issues
Sort by recently updated
recently updated
newest added

I try to set showStats prop to true. I will show number of likes and comment from that posting but the image will gone

I try to set style height like this, but it is not work ```` { console.log('Caption ', caption); {caption} ; }} showCaption={true} /> ````

I try to create custom render caption, but not work. This is my code ```` { console.log('Caption ', caption); return ( {caption} ); }} showCaption={true} /> ````

Hi, I am using this plugin in my application and I found that some pictures or posts are rendering and some are not. And the user's profile image does not...