We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc12f98 commit c96b801Copy full SHA for c96b801
index.d.ts
@@ -33,7 +33,7 @@ export interface BarcodeMaskProps {
33
lineAnimationDuration?: number;
34
animatedLineOrientation?: string;
35
useNativeDriver?: boolean;
36
- onLayoutMeasured?: (event: LayoutChangeEvent) => {};
+ onLayoutMeasured?: (event: LayoutChangeEvent) => void;
37
}
38
39
declare class BarcodeMask extends Component<BarcodeMaskProps, {}> {}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-barcode-mask",
3
- "version": "1.2.3",
+ "version": "1.2.4",
4
"description": "A barcode and QR code scan layout for react-native applications with customizable styling",
5
"main": "index.js",
6
"typings": "index.d.ts",
0 commit comments