react-native-admob-native-ads
Version:
A simple and robust library for creating & displaying Admob Native Ads in your React Native App using Native Views
81 lines (80 loc) • 2.13 kB
JSON
{
"name": "react-native-admob-native-ads",
"version": "0.7.6",
"description": "A simple and robust library for creating & displaying Admob Native Ads in your React Native App using Native Views",
"author": "Ammar Ahmed <ammarahmed6506@gmail.com>",
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:ammarahm-ed/react-native-admob-native-ads.git"
},
"bugs": {
"url": "https://github.com/ammarahm-ed/react-native-admob-native-ads/issues/"
},
"homepage": "https://github.com/ammarahm-ed/react-native-admob-native-ads",
"files": [
"LICENSE",
"README.md",
"android/",
"android/build.gradle",
"app.plugin.js",
"ios/RNAdMobManager.xcodeproj/project.pbxproj",
"ios/**/*.h",
"ios/**/*.m",
"ios/**/*.swift",
"index.js",
"index.d.ts",
"plugin/",
"src/*.js",
"tsconfig.json",
"react-native-admob-native-ads.podspec"
],
"keywords": [
"android",
"ios",
"react-native",
"admob",
"native-ads",
"admob-native-ads",
"admob-ads",
"react-native-admob",
"admob-ads",
"google-admob",
"react",
"native",
"admob",
"native",
"advanced",
"ads",
"native-advanced-ads",
"admob-native-advanced-ads"
],
"peerDependencies": {
"react-native": "*"
},
"private": false,
"devDependencies": {
"@react-native-community/eslint-config": "^3.0.0",
"@tsconfig/node16": "^1.0.3",
"@tsconfig/react-native": "^2.0.3",
"@types/jest": "^29.2.5",
"@types/node": "^18.15.3",
"@types/react": "^18.0.26",
"@types/react-native": "^0.73.0",
"@types/react-test-renderer": "^18.0.0",
"eslint": "^7.31.0",
"eslint-config-prettier": "^8.3.0",
"expo": "^47.0.12",
"expo-module-scripts": "^3.0.7",
"prettier": "^2.3.2",
"typescript": "^5.0.2",
"react-native-vector-icons": "^9.2.0"
},
"scripts": {
"build:plugin": "tsc --build plugin",
"clean:plugin": "tsc --build --clean plugin",
"start": "react-native start",
"prepare": "npm run clean:plugin && npm run build:plugin"
}
}