Error: "Could not find component config for native component" in production app #752
Unanswered
mbpictures
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I created a react native library based on
create-react-native-library
. When I use the provided example app, everything is working fine. Now I released the library as an npm package, but when I install it in my current app, I get this error:Here's the link to the libraries repo. I hope someone can help me spot the issue. I already tried to create an index.ts (instead of index.tsx) by moving the components to a separate file an add:
to the package.json (as suggested in some library issues, which have the same error), but this didn't work either.
Beta Was this translation helpful? Give feedback.
All reactions