Jérémy Gotteland

Results 5 comments of Jérémy Gotteland

@julienpa RyanMullins seems to have gone AWOL after releasing version 2.2.0 in the meanwhile you shall fix the release version: `"AngularHammer": "ryanmullins-angular-hammer#2.1.10"`, good practice anyway ;)

@emretekince Android 8.0 added limitations to background tasks execution: https://developer.android.com/about/versions/oreo/background which means we cannot start the background service this way anymore Perhaps you could rename your PR "Add support for...

@cristianocca This library is not using [react-native-background-fetch](https://github.com/transistorsoft/react-native-background-fetch) on Android, so it will not be working on Android 8+ I suggest you just use react-native-background-fetch and not this library if you're...

Specifying the scope directly in the login page worked for me: ``` html | Sign Up with Google ```