{"id":26275790,"url":"https://github.com/synerise/react-native-synerise-sdk","last_synced_at":"2026-02-20T16:03:40.808Z","repository":{"id":97388157,"uuid":"219712818","full_name":"Synerise/react-native-synerise-sdk","owner":"Synerise","description":"Synerise SDK wrapper for React Native","archived":false,"fork":false,"pushed_at":"2025-12-15T12:28:49.000Z","size":6292,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-12-18T14:14:58.028Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Synerise.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-11-05T10:00:47.000Z","updated_at":"2025-12-15T12:28:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"710b36b1-e6ce-46fc-b1d4-cfde2c5fd834","html_url":"https://github.com/Synerise/react-native-synerise-sdk","commit_stats":null,"previous_names":[],"tags_count":61,"template":false,"template_full_name":null,"purl":"pkg:github/Synerise/react-native-synerise-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Synerise%2Freact-native-synerise-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Synerise%2Freact-native-synerise-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Synerise%2Freact-native-synerise-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Synerise%2Freact-native-synerise-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Synerise","download_url":"https://codeload.github.com/Synerise/react-native-synerise-sdk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Synerise%2Freact-native-synerise-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29656590,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T09:27:29.698Z","status":"ssl_error","status_checked_at":"2026-02-20T09:26:12.373Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-14T10:18:09.574Z","updated_at":"2026-02-20T16:03:40.795Z","avatar_url":"https://github.com/Synerise.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Synerise React Native SDK (react-native-synerise-sdk) (1.8.0)\n\n[![Platform](https://img.shields.io/badge/platform-iOS-orange.svg)](https://github.com/synerise/ios-sdk)\n[![Platform](https://img.shields.io/badge/platform-Android-orange.svg)](https://github.com/synerise/android-sdk)\n[![Languages](https://img.shields.io/badge/language-TypeScript%20%7C%20Java%20%7C%20Objective--C-orange.svg)](https://github.com/synerise/react-native-synerise-sdk)\n[![npm](https://img.shields.io/npm/v/react-native-synerise-sdk.svg)](https://www.npmjs.com/package/react-native-synerise-sdk)\n[![Synerise](https://img.shields.io/badge/www-synerise-green.svg)](https://synerise.com)\n[![Documentation](https://img.shields.io/badge/docs-mobile%20sdk-brightgreen.svg)](https://hub.synerise.com/developers/mobile-sdk/)\n\n---\n\n## About\n[Synerise](https://www.synerise.com) SDK wrapper for React Native.\n\n## Documentation\nMost up-to-date documentation is available at [Developer Guide - Mobile SDK](https://hub.synerise.com/developers/mobile-sdk).\n\n## Requirements\n* Access to workspace\n* A Profile API Key\n* Development environment configured - [React Native - Setting up the development environment](https://reactnative.dev/docs/environment-setup)\n\n### Android\n* Minimum Android SDK version - 21\n* Supported targetSDKVersion - 33\n\n### iOS\n* Xcode 15 and iOS SDK 17\n* iOS 9.0+ minimum deployment target\n* Valid architectures: arm64 devices and arm64, x86_64 simulators\n\n## Installation\n\n1. Install module by `npm`:\n\n   ```bash\n   npm install react-native-synerise-sdk --save\n   ```\n   \n2. If you are using React Native \u003e= 0.60, install native dependencies via CocoaPods from your ios directory:\n\n   ```bash\n   pod install\n   ```\n\n3. Or if you are using React Native \u003c 0.60, link native dependency:\n\n   ```bash\n   react-native link react-native-synerise-sdk\n   ```\n   and then, install from your ios directory:\n   ```bash\n   pod install --repo-update\n   ```\n\n4. Import Synerise SDK:\n\n   ```javascript\n   import { Synerise } from 'react-native-synerise-sdk';\n   ```\n   \n### iOS\n\n**Important**:\nPlease note that starting from React Native 0.60, CocoaPods is now the default integration approach for React Native iOS projects.\n\n1. Add `pod 'react-native-synerise-sdk', :path =\u003e '../node_modules/react-native-synerise-sdk'` as a dependency in your ios/Podfile.\n\n2. Your Podfile should now look like this:\n\n\t```ruby\n\ttarget 'YourTarget' do\n\t\n\t# Pods for your target\n\tpod 'React', :path =\u003e '../node_modules/react-native/'\n\tpod 'React-Core', :path =\u003e '../node_modules/react-native/React'\n\t# ... other React dependencies\n       \n\t# Add react-native-synerise-sdk\n\tpod 'react-native-synerise-sdk', :path =\u003e '../node_modules/react-native-synerise-sdk'\n       \n\tuse_native_modules!\n\n\tend\n\t```\n\n3. Run `pod install` from your ios directory.\n\nIf you prefer linking manually, check [React Native - Linking Libraries](http://facebook.github.io/react-native/docs/linking-libraries-ios.html#manual-linking) to link your libraries that contain native code.\n\n### Android\n\n1. Add `implementation 'com.synerise.sdk.react:react-native-synerise-sdk:0.15.0'` as a dependency in your app's build.gradle file.\n\n2. Add `RNSyneriseSdkPackage` to your list your packages in application's main class as shown below:\n\n\t```java\n\t@Override\n\tprotected List\u003cReactPackage\u003e getPackages() {\n\t\t@SuppressWarnings(\"UnnecessaryLocalVariable\")\n\t\tList\u003cReactPackage\u003e packages = new PackageList(this).getPackages();\n\t\tpackages.add(new RNSyneriseSdkPackage(getApplication()));\n\t\n\t\treturn packages;\n\t}\n\t```\n\n## Initialization:\n\nFirst of all, you need to initialize Synerise React Native SDK and provide `Profile API Key`.\n  \nTo get `Profile API Key`, please sign in to your Synerise account and visit [https://app.synerise.com/settings/apikeys](https://app.synerise.com/settings/apikeys).\nThen, generate new `API Key` for `Profile` audience.\n\n```javascript\nSynerise.Initializer()\n\t.withClientApiKey('YOUR_PROFILE_API_KEY')\n\t.init()\n```\n\n## Changelog\nChangelog can be found [here](./CHANGELOG.md).\n\n## Author\nSynerise, developer@synerise.com. If you need support please feel free to contact us.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynerise%2Freact-native-synerise-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsynerise%2Freact-native-synerise-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynerise%2Freact-native-synerise-sdk/lists"}