First, sorry for my bad english.
Well...
I'm working on a UI Lib using stencilJs and in another project I'm using react-native-web to make easier my web and mobile dev... But my custom component that I've created in stencilJS project only works on web, in mobile version shows this error:
Invariant Violation: View config not found for name My-rating.
And my question is... Theres a way that I can use my StencilJS components in React Native?
Thx.