Commit 4a9d11bc authored by cyqresig's avatar cyqresig

removed unnecessary comma

parent 56accbb3
......@@ -18,7 +18,7 @@ import {
Platform,
} from 'react-native'
const BarcodeManager = Platform.OS == 'ios' ? NativeModules.Barcode : NativeModules.CaptureModule;
const BarcodeManager = Platform.OS == 'ios' ? NativeModules.Barcode : NativeModules.CaptureModule
export default class Barcode extends Component {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment