Invariant Violation: requireNativeComponent: "HighlighterView" was not found in the UIManager. #3090
Open
3 of 7 tasks
Labels
bug
a bug in one of the components
The npm i command not create the folders /ios and /android inside /node_modules/react-native-ui-lib/lib
That´s provoque the error "Invariant Violation: requireNativeComponent: "HighlighterView" was not found in the UIManager." when the screen use FeatureHighlight.
When i copy the /ios and /android folder from other proyect, the error desappear.
The proyect with the error:
Other proyect that have the lost folders:
The component import on the screen:
Description
Related to
Steps to reproduce
Steps to reproduce the behavior:
I tryed with two versions:
1- Delete node_modules folder and package-lock.json
2- npm i on a proyect with "react-native-ui-lib": "^7.8.0" on package.json,
1- Delete node_modules folder and package-lock.json
2- npm i react-native-ui-lib@7.22.0
3- Use the FeatureHighlight component.
4- The error ocurrs
Environment
Affected platforms
The text was updated successfully, but these errors were encountered: