mirror of
https://github.com/arx-research/libhalo.git
synced 2026-01-10 13:48:08 -05:00
Fix execHaloCmdRN call in README.md (#69)
This commit is contained in:
committed by
GitHub
parent
ed610be7c7
commit
1546ab521d
@@ -29,11 +29,7 @@ Installation of additional software is not required on the user's side.
|
||||
|
||||
### (React Native) execHaloCmdRN
|
||||
```
|
||||
async function initNFCManagerHalo(nfcManager)
|
||||
```
|
||||
|
||||
```
|
||||
async function execHaloCmd(command, options)
|
||||
async function execHaloCmdRN(nfcManager, command, options)
|
||||
```
|
||||
|
||||
For React Native mobile applications (Android/iOS) based on `react-native-nfc-manager` library: scan the HaLo tag presented to the smartphone, execute the HaLo command and return the result.
|
||||
|
||||
Reference in New Issue
Block a user