Adding AdMob ads to react native
Installing admob and expo dev client for creating custom builds
expo install expo-dev-client
expo install react-native-google-mobile-ads
Add the below at app.json at last before one "}" and change the ids
"react-native-google-mobile-ads": {
"andro...
mrboom.hashnode.dev1 min read