wonsikin / react-native-barcode-builder

Component for generating barcode in react native app
Other
175 stars 116 forks source link

RequireNativeComponent: "ARTShape" #56

Open alejandroAhumada opened 4 years ago

alejandroAhumada commented 4 years ago

Hello, I have the following error ... does anyone know how to solve it?

npmPackages: react: 16.6.3 => 16.6.3 react-native: 0.59.5 => 0.59.5 npmGlobalPackages: react-native-cli: 2.0.1 react-native-navigation: 6.3.2 react-native-svg: 12.0.3

Invariant Violation: Invariant Violation: requireNativeComponent: "ARTShape" was not found in the UIManager.

This error is located at: in ARTShape (at Shape.js:61) in Shape (at react-native-barcode-builder/index.js:176) in ARTSurfaceView (at Surface.js:37) in Surface (at react-native-barcode-builder/index.js:175) in RCTView (at View.js:45) in View (at react-native-barcode-builder/index.js:174) in Barcode (at BarCode.js:50) in RCTView (at View.js:45) in View (at BarCode.js:49) in TouchableWithoutFeedback (at BarCode.js:48) in BarCode (at Form.js:352)

thnks!!!

wonsikin commented 4 years ago

@alejandroAhumada you can find some information on issue #49

alejandroAhumada commented 4 years ago

@wonsikin It does not solve my problem, since later it gives UIKIT error (React/RCTViewManager.h file not found)