Pedro Pablo Aste Kompen
Pedro Pablo Aste Kompen
Hello, I was having an issue when testing my app in a cloud service, it was failing because I was not versioning any .env files (cause I was being stupid...
One of my components changes state in order to render an InputText, the state change handler has set `LayoutAnimation.configureNext` to animate this state transition. It seems like this is being...
When using `keyboardDismissMode="interactive"` in a `ScrollView`/`ListView` spacer does not resize as keyboards hides. I guess this is because it only responds to show/hide events and listen to their coordinates to...
Hello, I've been playing this morning with this library to write some tests, thanks for making it available on the first place 😄 I don't know if this already exists...
Hello, I've seen there are is an issue and a PR about timeout and promise rejection, but they've been unattended for a while. Is this project still being mantained? Can...
The in the last two patches of styled-components (5.2.1 -> 5.2.2 -> 5.2.3) my snapshots classNames have been changing without any codebase change. - See update here: [`7c8b0bd` (#261)](https://github.com/wachunei/directUC/pull/261/commits/7c8b0bdcae757220e87c04ba48ef159ce24fd59d) (5.2.1...
**Description** This PR adds InApp Browser package, a wrapper around Chrome Custom Tabs and native Safari. Related discussion is here: https://consensys.slack.com/archives/CBW7S9FSN/p1660269263397649 TODO: - [ ] determine release version
As user, I want to optionally add a block explorer URL when adding a custom network. In case the URL is not a `http://`/`https:` I want to be warned and...
I've added a custom service using [Airmail URL Scheme](http://docs.airmailapp.com/airmail-for-ios/url-scheme), but when I try to use it, the extension opens a new tab with the scheme filled in the omnibox, then...
Most probably not a small set of developers had run into wanting to abort an ongoing fetch call. For instance an autocomplete input that makes requests as key events are...