Fix execHaloCmdRN call in README.md (#69)

This commit is contained in:
Michał Leszczyński
2023-03-03 20:06:12 +01:00
committed by GitHub
parent ed610be7c7
commit 1546ab521d

View File

@@ -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.