sbugert / react-native-admob

A react-native component for Google AdMob banners
BSD 2-Clause "Simplified" License
1.13k stars 532 forks source link

RN 0.60+ #465

Closed talaikis closed 4 years ago

talaikis commented 4 years ago

Made several adjustments to this library and released it on npm: https://www.npmjs.com/package/@talaikis/react-native-admob

Interstitial works almost fine (except with "ad already did show" warning) on Android, nothing else tested.

kabueye commented 4 years ago

Hi, I tried your module, but following error in pod install.

[!] use_native_modules! skipped the react-native dependency '@talaikis/react-native-admob'. No podspec file was found.

Is autolink fine? Please tell me the details of install.

koenpunt commented 4 years ago

I've opened a PR to bring this library up to date with the latest version of React Native, and thus bringing support React Native 0.60+, CocoaPods and Android X: #472

koenpunt commented 4 years ago

The latest beta (v2.0.0-beta.6) includes a podspec file, and should work with autolinking.