{"id":31380858,"url":"https://github.com/hadpro24/react-native-android-jaalee","last_synced_at":"2026-04-16T18:04:17.616Z","repository":{"id":57335247,"uuid":"288853130","full_name":"hadpro24/react-native-android-jaalee","owner":"hadpro24","description":"React Native package for sdk jaalee android","archived":false,"fork":false,"pushed_at":"2021-07-31T15:43:02.000Z","size":1894,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-10T21:56:04.344Z","etag":null,"topics":["beacons","jaalee","java","javascript","react-native"],"latest_commit_sha":null,"homepage":"","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/hadpro24.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":"2020-08-19T22:46:11.000Z","updated_at":"2021-08-06T03:37:27.000Z","dependencies_parsed_at":"2022-09-12T00:01:45.505Z","dependency_job_id":null,"html_url":"https://github.com/hadpro24/react-native-android-jaalee","commit_stats":null,"previous_names":["hadpro24/react-native-sdk-android-jaalee"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hadpro24/react-native-android-jaalee","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadpro24%2Freact-native-android-jaalee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadpro24%2Freact-native-android-jaalee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadpro24%2Freact-native-android-jaalee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadpro24%2Freact-native-android-jaalee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hadpro24","download_url":"https://codeload.github.com/hadpro24/react-native-android-jaalee/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadpro24%2Freact-native-android-jaalee/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275094492,"owners_count":25404468,"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","status":"online","status_checked_at":"2025-09-14T02:00:10.474Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["beacons","jaalee","java","javascript","react-native"],"created_at":"2025-09-28T09:10:59.703Z","updated_at":"2025-09-28T09:11:00.494Z","avatar_url":"https://github.com/hadpro24.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# react-native-android-jaalee\n\n## Getting started\n\n`$ npm install react-native-android-jaalee --save`\n\n### Mostly automatic installation\n\n`$ react-native link react-native-android-jaalee`\n\n### Manual installation\n\n\n#### Android\n\n1. Open up `android/app/src/main/java/[...]/MainActivity.java`\n  - Add `import com.jaalee.sdk.RNAndroidJaaleePackage;` to the imports at the top of the file\n  - Add `new RNAndroidJaaleePackage()` to the list returned by the `getPackages()` method\n2. Append the following lines to `android/settings.gradle`:\n  \t```\n  \tinclude ':react-native-android-jaalee'\n  \tproject(':react-native-android-jaalee').projectDir = new File(rootProject.projectDir, \t'../node_modules/react-native-android-jaalee/android')\n  \t```\n3. Insert the following lines inside the dependencies block in `android/app/build.gradle`:\n  \t```\n      compile project(':react-native-android-jaalee')\n  \t```\n\n## Add this to your AndroidManifest.xml\n1. Open `android/app/src/main/AndroidManifest.xml`\n  - Add `\u003cservice android:name=\"com.jaalee.sdk.service.BeaconService\" android:exported=\"false\"/\u003e` for scanning in your `\u003capplication android:name=\".MainApplication\"...`\n  - Assure you have:\n  ```\n  \u003cuses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/\u003e\n  \u003cuses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/\u003e\n  \u003cuses-permission android:name=\"android.permission.BLUETOOTH\" /\u003e\n  \u003cuses-permission android:name=\"android.permission.BLUETOOTH_ADMIN\" /\u003e\n  ```\n## Featurs\n  - Scanning beacon JAALEE\n  - Call Beacon\n\n## Usage\n```javascript\nimport JaleeBeaconManager from 'react-native-android-jaalee';\nimport { DeviceEventEmitter } from 'react-native';\n\n// Initialize Connection\nJaleeBeaconManager.InitializerConnection();\n\n// Connection Beacon\n JaleeBeaconManager.StartRangingBeacon(uid, majoir, minor) \n .then(() =\u003e {\n   console.log('Starting connection');\n })\n .catch(e =\u003e {\n   console.log('error start connection', e);\n });\n\n\n // listing my beacon\n DeviceEventEmitter.addListener('onBeaconJaaleeFound', (event) =\u003e{\n   console.log('data ...', event);\n   // Object\n   // identifier, uid, major, minor, rssi, measuredPower, macAddress, battLevel\n   // connecting beacon service using default password\n   JaleeBeaconManager.connectBeaconService().then(() =\u003e{\n     console.log('beacon connected')\n   }).catch(error =\u003e {\n       console.log('error connection', error)\n   });\n   \n });\n\n// If beacon find run this to Call Beacon\nJaleeBeaconManager.callBeaconJalee(); // this use the default password 666666\n\n```\n\n## You want to contribute\n- dev.harouna@gmail.com\n\n## Author\nHarouna Diallo\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhadpro24%2Freact-native-android-jaalee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhadpro24%2Freact-native-android-jaalee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhadpro24%2Freact-native-android-jaalee/lists"}