Commit ff420d58 authored by Muhammad Handharbeni's avatar Muhammad Handharbeni

update readme

parent f8b9b5fa
......@@ -62,5 +62,14 @@ RNBenibeacon.getListBeacon()
return await RNBenibeacon.forceStartServices()
}
// getting data beacon
let beacon = this.getBeacon();
beacon.then((items)=>{
console.log(items);
})
.catch((error)=>{
console.log(items);
});
```
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment