wix / react-native-ui-lib

UI Components Library for React Native
https://wix.github.io/react-native-ui-lib/
MIT License
6.44k stars 706 forks source link

Invariant Violation: requireNativeComponent: "HighlighterView" was not found in the UIManager. #852

Closed sinafbd closed 4 years ago

sinafbd commented 4 years ago

hi I am using "react-native-ui-lib": "^5.10.2" with expo sdk 38. i want to use FeatureHighlight and it gives me the error: Invariant Violation: requireNativeComponent: "HighlighterView" was not found in the UIManager.

Is it possible to use this feature with expo?

ethanshar commented 4 years ago

Hi @sinafbd Expo doesn't include RNUILIB native modules and the FeatureHighlight component is based on a native module, therefore it won't work on an Expo environment.

thisisadithk commented 1 year ago

@ethanshar I'm using bare native project still I get this error when running ios. Works fine with android. What could be the solution to this issue?