Usage examples
Usage examples for most common use cases have been provided in the example project. You can clone and run the example app to play around with the examples.
git clone https://github.com/ammarahm-ed/react-native-admob-native-ads.git
then run yarn or npm install
in the example folder and finally to run the example app:
yarn react-native run-android
Remember to remove any reference to react-native-admob-native-ads in the package.json and package-lock.json files before committing.