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
/
expo-module.config.json
10 lines
(9 loc)
•
170 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"platforms"
:
[
"ios"
,
"android"
,
"web"
]
,
"ios"
:
{
"modules"
:
[
"ExpoZxingModule"
]
}
,
"android"
:
{
"modules"
:
[
"expo.modules.zxing.ExpoZxingModule"
]
}
}