You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/host-card-emulation/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ Afterwards, follow the subsections below for each platform that you need to supp
117
117
This module provides a uniform low-level HCE API for both mobile platforms.
118
118
119
119
> [!NOTE]
120
-
> Raw native module's API specification is available in [packages/host-card-emulation/js/NativeHCEModule.ts](https://github.com/icedevml/react-native-host-card-emulation/blob/master/packages/host-card-emulation/js/NativeHCEModule.ts).
120
+
> Raw native module's API specification is available in [packages/host-card-emulation/js](https://github.com/icedevml/react-native-host-card-emulation/blob/master/packages/host-card-emulation/js) subdirectory.
121
121
> Check it out in order to understand what methods you can call against the module and what are the expected parameters/return values.
122
122
123
123
> [!NOTE]
@@ -256,5 +256,5 @@ for instance - your app may emulate an NDEF tag even when it's not launched on t
256
256
257
257
### More resources
258
258
259
-
* [Module's API specification](https://github.com/icedevml/react-native-host-card-emulation/blob/master/packages/host-card-emulation/js/NativeHCEModule.ts)
259
+
* [Module's API specification](https://github.com/icedevml/react-native-host-card-emulation/blob/master/packages/host-card-emulation/js)
0 commit comments