We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4640ad commit 3892202Copy full SHA for 3892202
README.md
@@ -14,6 +14,17 @@ beacons can be access from an array on the `scanner.trackedBeacons()` method.
14
This list of detected beacons is updated internally as beacons come in, and the code provides no callbacks. You'll
15
need to some way to run code periodically to read the list of detected beacons.
16
17
+## Setup
18
+
19
+1. Copy all the files in the beacon-tools folder into your project
20
+2. If using Swift, add at least the following to your PROJECTNAME-Bridging-Header.h file.
21
22
+````
23
+#include "RNLBeaconScanner.h"
24
+#include "RNLURLBeaconCompressor.h"
25
+#include "RNLBeacon+Distance.h"
26
27
28
## Example
29
30
```
0 commit comments