From cbde422907a2fd5016ed607d068ce3aa6235094e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=B6cker?= Date: Fri, 6 Jul 2018 15:03:52 +0200 Subject: [PATCH] rfid-input - add enableScan to the example --- examples/react-chayns-rfid_input/Example.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/react-chayns-rfid_input/Example.jsx b/examples/react-chayns-rfid_input/Example.jsx index 7d86c4cd5..c10b967bf 100644 --- a/examples/react-chayns-rfid_input/Example.jsx +++ b/examples/react-chayns-rfid_input/Example.jsx @@ -34,6 +34,7 @@ export default class Example extends React.Component { onConfirm={this.onConfirm} onInput={this.onInput} value={this.state.rfidInput} + enableScan={chayns.env.isApp && chayns.env.isAndroid} /> );