Juan Pablo
Juan Pablo
Env: `"react-native": "^0.61.1"` Hey! I'm using this library (v 5.7.0) to upload videos. On iOS it's working great, but on Android, it's not working for devices with API 29. I'm...
Hi, I am doing the next: ``` let engine = InstagramEngine.sharedEngine() engine.getCommentsOnMedia(postId, withSuccess: { (comments, paginationInfo) -> Void in print(comments) }) { (error, code) -> Void in print("Code: \(code) -...
I am having troubles using `getMediaForUser` method. I am requesting the recent media of a user who has more than 1000 media posts. I can load the first page correctly...
First of all, thank you for this library it's excellent! On iOS is working properly but it does not work well on Android. I have a scroll view with a...
The NPM package is not updated with the release 6.4.0.
I have some SVGs that include base64 code like the following file:  When I render that it shows: FYI: It's working perfect with other SVG files with no base64...
Hey! I'm trying to figure out how and works. Because when these components are rendered the `onPublishStart` / `onSubscribeStart`event never called. Should I call a method to start the streaming?...
**Describe the bug** Carousel does not swipe or animate on Android. It works fine on iOS. The carousel renders and looks correct, but swipe gestures are ignored and no animation...