Jay Kim
Jay Kim
Extend AdSize support to handle size=FLUID _Originally posted by @mikehardy in https://github.com/invertase/react-native-google-mobile-ads/pull/105#discussion_r858917392_
Documentation for HeadlessJsTaskWorker introduced in https://github.com/facebook/react-native/pull/33678
This PR adds support for registering multiple video frame processors. Plus, it adds missing video frame processor functionality for ios platform as well.
Added findNodeModulePath script to codepush.gradle, which add supports for complex rn projects such as monorepo.
If `header_mappings_dir` is set to symlinked path, the header directory structure is not preserved currently because cocoapods uses header's real path to find relative path from `header_mappings_dir`, but header_mappings_dir is...
## Expected Behavior App must not crash ## Current Behavior Following crash log was reported on Amazon Kindle Fire Devices by Crashlytics: ``` Fatal Exception: java.lang.NullPointerException: getString(cr, SETTING_ADVERTISING_ID) must not...
### Description Removed codegen event emitter(added in RN 0.76.2) related code and replaced it with `GoogleMobileAdsNativeEventEmitter`, which is shared legacy event emitter(which is used in full screen ads). Also I...