mochi08

Results 11 comments of mochi08
trafficstars

Did you make sure you added the meta-data tag in your AndroidManifest.xml within the application tag? `` Make sure you use the ~ instead of / for the AppID here....

What version of RN does your app use? If 6.x you shouldn't need to do "react-native link" or any manual linking. Also, I installed using @next yarn add react-native-admob@next or...

I see, then you probably need the linking. If you are on

I also ran into lots errors before it finally runs. Initially as soon as the app installed and ran in the emulator it crashed right away. For me, adding the...

Good luck. Hope you get it to work soon.

Running into same issue here. In iOS, elements inside the popover are not selectable in Appium. Adding `position:relative` does indeed make the elements selectable, but styling will be tricky. I'm...

@quizzyDev your solution is awesome! I'm using v4.1.0 and applied the fix in dist/Popover.js. Now I don't have to add "position: relative" whenever I use the popover and it's working...

I am trying this library for VOIP call notification in Android, and it is showing the notification with the "Answer" and "Decline" button along with ring tone correctly. Clicking the...

@anjandaffo That's unfortunate. Since the "Answer" button does open the app to the foreground, I wonder if there is any local notification event being fired. If there is, then maybe...

I am able to get the "onCallAnswer" event to fire when click on the Accept button, but only on my phone with Android 9. My older phone that I use...