2016-11-14 79 views

回答

0

你可以停止这样的。此代码从here。转到链接查看完整示例。

onBarCodeRead: function(e) { 
    this.setState({showCamera: false}); 
    AlertIOS.alert(
     "Barcode Found!", 
     "Type: " + e.type + "\nData: " + e.data 
    ); 
    }