Jay Kim

Results 27 comments of Jay Kim

I started to work on new package https://www.npmjs.com/package/@react-native-admob/admob because this package seems to not maintained any more. My package supports new SDK and also support interstitial and rewarded with react...

@mikehardy I'd love to. Since I cannot afford to maintain `@react-native-admob/admob` continuously, I was considering contributing to `react-native-google-mobile-ads` instead of expanding my library.

I started to work on new package https://www.npmjs.com/package/@react-native-admob/admob because this package seems to not maintained any more. My package supports new SDK and also support interstitial and rewarded with react...

Somehow I didn't use utf-8 characters for my previous apps, even though I'm Korean.😅 Great finding.

Hi! Thank you for contributing to our repo. Does this change work with iOS, too?

Hi, make sure your ad has loaded before you show the ad to user. For example, if user presses button before the ad loads, just don't show the ad and...

Then check if the ad loading has failed. It could be the case.

I found workaround for this bug. Just set empty function for `onPress` prop of component you want to animate like this: ```js {}} /> ``` I guess this is because...

For me, `use_flipper!({ "Flipper-DoubleConversion" => "1.1.7" })` in Podfile fixed this.

I had contributed to this library, too, it would be cool if we can join forces together in one great library.