mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-12 22:50:20 +08:00
- @react-native-firebase/admob@7.4.1 - @react-native-firebase/analytics@7.4.1 - @react-native-firebase/auth@8.3.1 - @react-native-firebase/crashlytics@8.2.1 - @react-native-firebase/database@7.4.1 - @react-native-firebase/dynamic-links@7.4.1 - @react-native-firebase/firestore@7.5.1 - @react-native-firebase/functions@7.3.1 - @react-native-firebase/iid@7.3.1 - @react-native-firebase/in-app-messaging@7.3.1 - @react-native-firebase/messaging@7.6.1 - @react-native-firebase/ml-natural-language@7.3.1 - @react-native-firebase/ml-vision@7.3.1 - @react-native-firebase/perf@7.3.1 - @react-native-firebase/remote-config@8.1.1 - @react-native-firebase/storage@7.3.1 - react-native-firebase-tests@8.2.1
36 lines
931 B
JSON
36 lines
931 B
JSON
{
|
|
"name": "@react-native-firebase/admob",
|
|
"version": "7.4.1",
|
|
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
|
|
"description": "React Native Firebase - Google AdMob is an easy way to monetize mobile apps with targeted, in-app advertising.",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"scripts": {
|
|
"build": "genversion --semi lib/version.js",
|
|
"build:clean": "rimraf android/build && rimraf ios/build",
|
|
"prepare": "yarn run build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/invertase/react-native-firebase/tree/master/packages/admob"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"react",
|
|
"react-native",
|
|
"firebase",
|
|
"admob",
|
|
"gdpr",
|
|
"banner ad",
|
|
"rewarded ad",
|
|
"interstitial",
|
|
"ad consent"
|
|
],
|
|
"peerDependencies": {
|
|
"@react-native-firebase/app": "8.3.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|