Open
Description
<Camera
style={styles.camera}
scanBarcode={true}
onReadCode={onBarCodeRead}
showFrame={true}
frameColor="green"
/>
crash when call Camera。
android can call the Camera normally and scan the code. Only iOS would report an error like this
(NOBRIDGE) LOG Platform.OS: ios
(NOBRIDGE) LOG result: granted
(NOBRIDGE) ERROR Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'RNCameraKitModule' could not be found. Verify that a module by this name is registered in the native binary. [Component Stack]
(NOBRIDGE) ERROR Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'RNCameraKitModule' could not be found. Verify that a module by this name is registered in the native binary. [Component Stack]
(NOBRIDGE) ERROR Warning: TypeError: Cannot read property 'Camera' of undefined
Metadata
Metadata
Assignees
Labels
No labels