2016-11-14 80 views

回答

0

你可以停止這樣的。此代碼從here。轉到鏈接查看完整示例。

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