Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deadcoder0904/expo-google-admob
Google Admob Working Example using Expo wrapper around `react-native-admob` 🛠️
https://github.com/deadcoder0904/expo-google-admob
admob expo google google-admob google-ads react-native
Last synced: 3 days ago
JSON representation
Google Admob Working Example using Expo wrapper around `react-native-admob` 🛠️
- Host: GitHub
- URL: https://github.com/deadcoder0904/expo-google-admob
- Owner: deadcoder0904
- Created: 2017-09-26T07:21:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-21T11:19:21.000Z (over 5 years ago)
- Last Synced: 2024-11-06T12:59:39.153Z (11 days ago)
- Topics: admob, expo, google, google-admob, google-ads, react-native
- Language: JavaScript
- Size: 1.23 MB
- Stars: 40
- Watchers: 3
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# expo-google-admob
> Use Google Admob in combination with Expo to monetise your app
Check [the demo on Expo](https://expo.io/@deadcoder0904/expo-google-admob)
# Clone the repo
```bash
$ git clone [email protected]:deadcoder0904/expo-google-admob.git
```# Install the dependencies
```bash
$ yarn
```# Run the app
```bash
$ yarn start
```# License
MIT © [Akshay Kadam](https://twitter.com/deadcoder0904)