{"id":17675345,"url":"https://github.com/numandev1/react-native-sift","last_synced_at":"2026-01-19T23:01:57.387Z","repository":{"id":36935721,"uuid":"203520070","full_name":"numandev1/React-Native-Sift","owner":"numandev1","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-04T07:42:23.000Z","size":2704,"stargazers_count":2,"open_issues_count":8,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-31T19:40:24.187Z","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/numandev1.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":"2019-08-21T06:22:36.000Z","updated_at":"2021-09-21T12:47:10.000Z","dependencies_parsed_at":"2023-01-17T07:20:08.516Z","dependency_job_id":null,"html_url":"https://github.com/numandev1/React-Native-Sift","commit_stats":null,"previous_names":["nomi9995/react-native-sift"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numandev1%2FReact-Native-Sift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numandev1%2FReact-Native-Sift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numandev1%2FReact-Native-Sift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numandev1%2FReact-Native-Sift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/numandev1","download_url":"https://codeload.github.com/numandev1/React-Native-Sift/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247608157,"owners_count":20965950,"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-10-24T07:10:48.968Z","updated_at":"2026-01-19T23:01:52.344Z","avatar_url":"https://github.com/numandev1.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React-Native-sift\n---\n# Docs\n---\nFollow our docs here https://sift.com/developers/docs\n\n# Installation:\n\nby yarn\n```\nyarn add react-native-sift\n```\n\n\nby npm\n```\nyarn add react-native-sift\n```\n\n# Android\n1- Also add the project to your settings.gradle:\n```\ninclude ':react-native-sift'\nproject(':react-native-sift').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-sift/android')\n```\n\n2- add dependency in app/build.gradle\n```\nimplementation project(':react-native-sift')\n```\n\n3- add these lines in android/app/src/[...]/MainApplication.java\n```\nimport com.reactnativesift.siftmodule.SiftModulePackage;\n//...\n\n @Override\n    protected List\u003cReactPackage\u003e getPackages() {\n        return Arrays.\u003cReactPackage\u003easList(\n                new MainReactPackage(),\n                new SiftModulePackage(), // \u003c-- add this \n }\n\n```\n\n# IOS\nUsing the same instructions as https://facebook.github.io/react-native/docs/linking-libraries-ios.html\n\n    1- open in xcode open ios/yourProject.xcodeproj/\n    2- drag ./node_modules/react-native-sift/ios/reactNativeSift.xcodeproj to Libraries in you project view.\n    3- In the XCode project navigator, select your project, select the Build Phases tab drag Libraries \u003e reactNativeSift.xcodeproj \u003e Products \u003e reactNativeSift.a into the Link Binary With Libraries section. \n\n# Usage\n```\nimport Sift from 'react-native-sift';\n\nSift.initSdk(accountid, beaconkey); //init sdk\n\nSift.setUserId(id); // set user id\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumandev1%2Freact-native-sift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnumandev1%2Freact-native-sift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumandev1%2Freact-native-sift/lists"}