Addin Gama Bertaqwa

Results 8 comments of Addin Gama Bertaqwa
trafficstars

@tlenclos how can I contribute to make this PR mergeable? I'd love to see this feature implemented Some of my streaming url cannot be played (`http://ltr.tac9.ca:8000/skytrain`) and if the url...

The package name on readme is different with the android package name. This might help you https://github.com/phuochau/react-native-thumbnail/pull/37 @nicoara

Hi @valerybodak , Maybe you can try this ``` GoogleSignin.hasPlayServices({ autoResolve: true }).then(() => { this.doGoogleLogin() }) .catch((err) => { alert("Play services error", err.code, err.message) }) ```

Hi @evollu, I'm having the same problem. When notification received, I can log it from notification listener. When I click the notification,it show FCM without any other data ![fcm android...

@evollu Those screenshot from android

@erick2014 I only follow installation step from this repo and make sure Podfile updated. After that I trigger `pod install` manually just to make sure the library installed on iOS...

I have the same problem with @RoryKelly really need help

Hi @xiaogegexiao I have succeed to add kotterknife, I just update the gradle for module level ``` repositories { maven { url "https://oss.sonatype.org/content/repositories/snapshots"} mavenCentral() } dependencies { // others dependencies...