Anyline / anyline-ocr-react-native-module

Anyline React Native Module for iOS and Android
https://anyline.com/
Other
107 stars 34 forks source link

No ViewPlugin in config. Please check your configuration #131

Closed ashish-saarathi closed 2 years ago

ashish-saarathi commented 2 years ago

Anyline React-Native Plugin version:

I'm submitting a ... [ x] bug report [ ] feature request [ ] general question

Occurring on ... [ x] Android [ ] iOS

Current behavior:

Expected behavior:

Steps to reproduce:

Related code:

export default {
  license: 'LICENSE_KEY_STRING',
  options: {
    captureResolution: '720p',
    cutout: {
      style: 'rect',
      alignment: 'top',
      offset: {
        x: 0,
        y: 120,
      },
      strokeWidth: 2,
      cornerRadius: 4,
      strokeColor: 'F21C0A',
      outerColor: '000000',
      outerAlpha: 0.3,
    },
    flash: {
      mode: 'manual',
      alignment: 'bottom_right',
    },
    beepOnResult: true,
    vibrateOnResult: true,
    blinkAnimationOnResult: true,
    cancelOnResult: true,
    reportingEnabled: true,
    visualFeedback: {
      style: 'rect',
      strokeColor: 'F21C0A',
      fillColor: '22F21C0A',
      cornerRadius: 2,
    },
    segment: {
      titles: ['Analog', 'Digital'],
      modes: ['ANALOG_METER', 'DIGITAL_METER'],
      tintColor: 'F21C0A',
      offset: {
        x: 0,
        y: 600,
      },
    },
  },
  nativeBarcodeEnabled: true,
};

Other information:

berndkamplanyline commented 2 years ago

We don't actively monitor the Github Issues, please raise a support request using the Anyline Helpdesk. Link to Anyline Helpdesk: https://anyline.atlassian.net/servicedesk/customer/portal/2/group/6

When raising a support request based on this Github Issue, please fill out and include the following information:


Support request concerning Anyline Github Repository: [URL to relevant Anyline Github Repository here] Support request based on Github Issue: [URL to relevant Github Issue here]


Thank you so much!