UNPKG

@momo-kits/native-ads

Version:

A simple and robust library for creating & displaying Admob Native Ads in your React Native App using Native Views

17 lines 349 B
{ "compilerOptions": { "target": "ESNext", "jsx": "react-native", "module": "commonjs", "forceConsistentCasingInFileNames": true, "strict": true, "alwaysStrict": true, "skipLibCheck": true, "baseUrl": ".", "paths": { "*": ["src/*"] }, "include": ["src/**/*"], "exclude": ["node_modules"] } }