Evgenii Evstropov
Evgenii Evstropov
fix for https://github.com/jamesisaac/react-native-background-task/issues/63 the solution is taken from this discussion https://github.com/vikeri/react-native-background-job/issues/71 and this PR https://github.com/vikeri/react-native-background-job/pull/73
## Summary Hi, in our project, which is using react-native-geolocation-service, we have noticed that some users are experiencing a problem that App hangs, and logs from bugsnag show that `if...
If order element like: 4-3-1-2 And try to drag element 1 and past to position between 4 and 3 - the displaying doesn't work properly. See: https://drive.google.com/file/d/1RUCMVS6Yb9jaIHc-JlyABqG0xKZxK-iN/view?usp=sharing It happens not...
I don't sure, why there was additional spacing for scrolling of two-row size. But at least it solve the problem #125
Is it affect some other cases? For what was inserted `|| this.state.hovering` before? From my point of view, it fix mentioned issue in #129
two problems: 1. a lot of space under list view 2. very fast scrolling to the bottom (almost immediately) Code: replacePositions(e.from, e.to)} renderRow={row => } renderSeparator={() => } renderFooter={this.renderAddPicture} />...
try to verify that url: http://wrong%20link.tech/JFKblue.gif `if (validUrl.isWebUri(http://wrong%20link.tech/JFKblue.gif)){ console.log('Looks like an URI');` in logs I see that it looks like an URI, but it's not.