lucasvieceli

Results 16 comments of lucasvieceli

I tried this ``` const client = new Instagram({ username: usuario, password: senha, cookieStore }, { language: 'pt-BR', proxy: 'http://185.22.174.68:655' }); ``` but is returning {}, and does not write...

every request I have a different proxy?

today I am using [email protected], it is working perfectly. But in version 3.1.2, when I click on the product card, the image jumps, this is only happening in ios I'm...

expo go/ios/react-navigation v6 without property `detachInactiveScreens={false}` ![ezgif com-gif-maker](https://user-images.githubusercontent.com/1795678/131831192-dc674c95-de4e-440f-b51e-1d83e9369e30.gif) expo go/ios/react-navigation v6 with property `detachInactiveScreens={false}` ![ezgif com-gif-maker (1)](https://user-images.githubusercontent.com/1795678/131831606-13e3cbde-40be-47df-bc9c-f94c4a54ae1e.gif) it fixed a part of the problem, but the image still jumps when...

I slowed down the animation, to be able to see the problem ![ezgif com-gif-maker (2)](https://user-images.githubusercontent.com/1795678/131832937-a3aa61a6-2177-4504-93a8-ce9375124320.gif)

in mine I noticed that an animation was happening this problem before it was like this: ``` return ( ..... ); ``` adjusted: ``` return ( ..... ); ```

which helped me too, putting gestureEnabled: false in options on your screen

https://gist.github.com/luizfelipeleite/9301a10cc615d460ee05d4f8f7b915f9 talvez isso ajude

@salman0ansari Would it be very difficult to implement these features? I would like to help the project