NZME / react-native-ad-manager

Google Ad Manager bridge for React Native
MIT License
52 stars 61 forks source link

two changes:1,added error handling to BannerAd; 2. Allow error to bub… #102

Closed jazdance closed 1 year ago

jazdance commented 1 year ago

two changes:

  1. Added error handling to BannerAd which is causing crashes from time to time - compared with other types of ads;
  2. Allow error to bubble up to JS/TS level, so RN app can handle these errors.