teerryn

Results 8 comments of teerryn

@andrewheins So I actually use googles dns: ![image](https://user-images.githubusercontent.com/445345/150135057-6cbf168b-5600-4c8a-8ff0-5d6ab57e5ef7.png) But that, unfortunately, doesn't seem to fix the issue for me

After you get the token you just need to use Instagram Graphapi https://developers.facebook.com/docs/instagram-api/

> Kindly check this key in scrollview overScrollMode='never' @kokosky93 `overScrollMode` is an Android prop shouldn't really matter in this case

Having the same issue, removing `multiLine` from the `TextInput` stops the issue from happening. If we add a `console.log` on the `onChangeText` it looks like it gets called a bunch...

I'm able to build but when I try to serve it I get the error: `Uncaught ReferenceError: client is not defined at index.js:4:20` Just to add, if I use Vite...

I created a repro project for Vite + Vue 3: https://github.com/slauzinho/pera-wallet-vue-repro Application runs fine if you do `yarn dev`. But if you try to build for prod with `yarn build`...

Sounds good to me, I can do it for you if you want. Should I add it as a prop of the component or a param for the `clearSearch` which...