{"id":21187584,"url":"https://github.com/pb82/react-native-fh-sdk","last_synced_at":"2025-06-29T16:37:52.351Z","repository":{"id":146898179,"uuid":"106561778","full_name":"pb82/react-native-fh-sdk","owner":"pb82","description":"Feedhenry SDK for react-native wrapping the native platform SDKs","archived":false,"fork":false,"pushed_at":"2017-10-11T14:02:09.000Z","size":58,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-14T20:27:28.781Z","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/pb82.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-11T14:01:41.000Z","updated_at":"2017-10-11T21:03:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"508f8352-9b19-465e-90c6-d2d4c89157ca","html_url":"https://github.com/pb82/react-native-fh-sdk","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pb82/react-native-fh-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pb82%2Freact-native-fh-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pb82%2Freact-native-fh-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pb82%2Freact-native-fh-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pb82%2Freact-native-fh-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pb82","download_url":"https://codeload.github.com/pb82/react-native-fh-sdk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pb82%2Freact-native-fh-sdk/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262628193,"owners_count":23339747,"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":"2024-11-20T18:38:20.676Z","updated_at":"2025-06-29T16:37:52.322Z","avatar_url":"https://github.com/pb82.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# react-native-fh-sdk\n\n## Getting started\n\n`$ npm install react-native-fh-sdk --save`\n\n### Mostly automatic installation\n\n`$ react-native link react-native-fh-sdk`\n\n### Manual installation\n\n\n#### iOS\n\n1. In XCode, in the project navigator, right click `Libraries` ➜ `Add Files to [your project's name]`\n2. Go to `node_modules` ➜ `react-native-fh-sdk` and add `RNFhSdk.xcodeproj`\n3. In XCode, in the project navigator, select your project. Add `libRNFhSdk.a` to your project's `Build Phases` ➜ `Link Binary With Libraries`\n4. Run your project (`Cmd+R`)\u003c\n\n#### Android\n\n1. Open up `android/app/src/main/java/[...]/MainActivity.java`\n  - Add `import com.feedhenry.RNFhSdkPackage;` to the imports at the top of the file\n  - Add `new RNFhSdkPackage()` to the list returned by the `getPackages()` method\n2. Append the following lines to `android/settings.gradle`:\n  \t```\n  \tinclude ':react-native-fh-sdk'\n  \tproject(':react-native-fh-sdk').projectDir = new File(rootProject.projectDir, \t'../node_modules/react-native-fh-sdk/android')\n  \t```\n3. Insert the following lines inside the dependencies block in `android/app/build.gradle`:\n  \t```\n      compile project(':react-native-fh-sdk')\n  \t```\n\n\n## Usage\n```javascript\nimport RNFhSdk from 'react-native-fh-sdk';\n\n// TODO: What to do with the module?\nRNFhSdk;\n```\n  ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpb82%2Freact-native-fh-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpb82%2Freact-native-fh-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpb82%2Freact-native-fh-sdk/lists"}