diff --git a/docs/mobile-react-native.md b/docs/mobile-react-native.md index 5942b8e..5ab2ba5 100644 --- a/docs/mobile-react-native.md +++ b/docs/mobile-react-native.md @@ -64,7 +64,7 @@ Import necessary functions: ```javascript import NfcManager, {NfcTech} from 'react-native-nfc-manager'; -import {execHaloCmdRN} from '@arx-research/libhalo/api/react-native.js'; +import {execHaloCmdRN} from '@arx-research/libhalo/api/react-native'; ``` Add basic code to process the NFC tags: