Skip to content

Commit

Permalink
fix(index.ts): fix export
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Dec 20, 2019
1 parent 3e3a64f commit e2d9efd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ const useCustomBarcodeRead = Platform.select({
ios: useCustomBarcodeReadIOS,
});

const BarcodeMaskWithOuterLayout = withOuterLayout(BarcodeMask);

export {
BarcodeMask,
BarcodeMaskWithOuterLayout,
useBarcodeRead,
useCustomBarcodeRead,
CustomBarcodeRead,
Expand Down

0 comments on commit e2d9efd

Please sign in to comment.