Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with com.google.zxing.BarcodeFormat in React Native 0.76.5 #31

Open
tomriddle537 opened this issue Jan 7, 2025 · 0 comments
Open

Comments

@tomriddle537
Copy link

Im geting this error in react native 0.76.5

My code....

            const code = await CodeGenerator.generate({
                type: CodeGenerator.Type.Code128,
                code: "123456789"
            });

Error: Exception in HostObject::get for prop 'RNCodeGeneratorModule': com.facebook.react.internal.turbomodule.core.TurboModuleInteropUtils$ParsingException: Unable to parse @ReactMethod annotation from native module method: RNCodeGeneratorModule.generateBarcode(). Details: Unable to parse JNI signature. Detected unsupported parameter class: com.google.zxing.BarcodeFormat [Component Stack]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant