Example App
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/react-native-admob/admob.git
Then to run the example app inside project folder run:
- npm
- Yarn
npm install
cd example
npm install
npm run android
yarn install
cd example
yarn install
yarn run android