Skip to content

Instantly share code, notes, and snippets.

@yushulx
Created November 2, 2018 08:26
Show Gist options
  • Select an option

  • Save yushulx/b392688a344e0836458cb47ebaecbeb7 to your computer and use it in GitHub Desktop.

Select an option

Save yushulx/b392688a344e0836458cb47ebaecbeb7 to your computer and use it in GitHub Desktop.
_convertNativeProps(props: PropsType) {
const newProps = mapValues(props, this._convertProp);
if (props.onBarCodeRead) {
newProps.barCodeScannerEnabled = true;
}
if (props.onGoogleVisionBarcodesDetected) {
newProps.googleVisionBarcodeDetectorEnabled = true;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment