{"id":26331500,"url":"https://github.com/jerson/react-native-enhance","last_synced_at":"2026-08-01T01:31:13.567Z","repository":{"id":57336797,"uuid":"137606835","full_name":"jerson/react-native-enhance","owner":"jerson","description":"Enhance support for **Android**","archived":false,"fork":false,"pushed_at":"2018-06-23T21:56:08.000Z","size":11,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-08T01:04:47.020Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jerson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-16T19:55:52.000Z","updated_at":"2019-10-29T00:51:14.000Z","dependencies_parsed_at":"2022-09-11T12:31:32.489Z","dependency_job_id":null,"html_url":"https://github.com/jerson/react-native-enhance","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerson%2Freact-native-enhance","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerson%2Freact-native-enhance/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerson%2Freact-native-enhance/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerson%2Freact-native-enhance/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jerson","download_url":"https://codeload.github.com/jerson/react-native-enhance/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243801608,"owners_count":20350106,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-15T22:37:52.078Z","updated_at":"2025-10-04T02:18:34.636Z","avatar_url":"https://github.com/jerson.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# react-native-enhance\n\nEnhance support for **Android**\n\n## Getting started\n\n`$ npm install react-native-enhance --save`\n\n### Mostly automatic installation\n\n`$ react-native link react-native-enhance`\n\n### Manual installation\n\n\n#### Android\n\n1. Open up `android/app/src/main/java/[...]/MainActivity.java`\n  - Add `import me.jerson.mobile.ads.enhance.RNEnhancePackage;` to the imports at the top of the file\n  - Add `new RNEnhancePackage()` to the list returned by the `getPackages()` method\n2. Append the following lines to `android/settings.gradle`:\n  \t```\n  \tinclude ':react-native-enhance'\n  \tproject(':react-native-enhance').projectDir = new File(rootProject.projectDir, \t'../node_modules/react-native-enhance/android')\n  \t```\n3. Insert the following lines inside the dependencies block in `android/app/build.gradle`:\n  \t```\n      compile project(':react-native-enhance')\n  \t```\n4. Add `FGL-Enhance-Connector.jar` to your `android/app/libs/enhance` dir\n\n \n## Usage\n```javascript\nimport Enhance from 'react-native-enhance';\n\n  Enhance.logEvent(event, key = \"\", value = \"\");\n  Enhance.hideOverlayAd();\n  Enhance.showOverlayAdWithPosition(position);\n  Enhance.showInterstitialAd();\n  Enhance.showSpecialOffer();\n\n```\n  ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerson%2Freact-native-enhance","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjerson%2Freact-native-enhance","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerson%2Freact-native-enhance/lists"}