Aure77

Results 34 comments of Aure77

Previous tests on scrapers are not working : https://travis-ci.org/dikarel/manga-dl/jobs/375343840#L978 But I am watching to test it.

See react-navigation doc (if you use this lib): https://reactnavigation.org/docs/navigating-without-navigation-prop/#handling-initialization Then check "else" condition. You have to handle an "queue" until navigation ref is ready. You can also check deep-linking doc...

Same behaviour. Steps To reproduce (on Android): 1. Lock phone screen (app in background state) 2. Wait 1h or 2h without unlocking screen 3. Then send a remote push notification...

I think I found the problem. It's seems to be related to DOZE behavior : https://developer.android.com/training/monitoring-device-state/doze-standby Try to send your notification in HIGH priority to "force" DOZE to deliver your...

@slorber is this repository dead ?

any update on this issue ? Stil happen on 4.2.2

Related issue: https://github.com/react-navigation/react-navigation/issues/10541

It's normal to use get for logout. See how google logout our account : https://accounts.google.com/Logout?service=accountsettings It's a simple get on /Logout. A better solution should be to implement [csrf](https://en.wikipedia.org/wiki/Cross-site_request_forgery) protection...

As mentioned in release notes (https://github.com/margelo/react-native-quick-crypto/releases) & peer dependencies warning : 0.6.x support RN 0.71.x build 0.5.x support RN 0.70.x build As I am using RN 0.70.13, So `[email protected]` did...