ammarahm-ed / react-native-admob-native-ads

A simple and robust library for creating & displaying Admob Native Advanced Ads in your React Native App using Native Views.
https://ammarahm-ed.github.io/react-native-admob-native-ads/docs/introduction/
MIT License
397 stars 134 forks source link

Expo EAS Build Not Working #368

Closed digibuilders closed 1 week ago

digibuilders commented 4 months ago

Patch #363 has been integrated into the master branch of GitHub, yet it hasn't been reflected as a new release version on NPM. Consequently, attempts to build using this package with EAS Build continue to result in errors. EAS Build generates a fresh instance of each downloaded package, directly sourcing them from NPMjs. As a consequence, the same iOS error persists when attempting to initiate a build with this package.

A straightforward resolution would involve updating the package version to '0.6.7' and executing 'npm publish' on the current library with issue #363 addressed. This library is indispensable for managing AdMob Native Ads, and its absence prevents the deployment of my app to production with customized banner ads.

Your prompt resolution of this matter would be immensely appreciated. Alternatively, I welcome any suggestions for workarounds that may be available. Thank you for your attention to this issue.

dev-arekusandoru commented 2 months ago

to use the latest version of the code in your project, rather than installing the package, link straight to the master branch npm install ammarahm-ed/react-native-admob-native-ads#master