UNPKG
expo-zxing
Version:
latest (0.1.0)
0.1.0
ZXing module for Expo
github.com/7nohe/expo-zxing
7nohe/expo-zxing
expo-zxing
/
src
/
ExpoZxingModule.ts
6 lines
(4 loc)
•
251 B
text/typescript
View Raw
1
2
3
4
5
6
import
{ requireNativeModule } from
"expo-modules-core"
;
// It loads the native module object from the JSI or falls back to
// the bridge module (from NativeModulesProxy) if the remote debugger is on.
export
default
requireNativeModule
(
"ExpoZxing"
)
;