-
Hi! I'm facing an issue with the plain starter template for a Native UI component on Android. When including the library (generated with the latest version) in my project (running RN 68.6) I'm getting the following error:
I did not do any special steps on linking the library, so it should be fully using autolinking. When looking in Android Studio, the native library code seems to be included fine. It's only at build time that it seems to link it incorrectly. I tested a plain starter library in fresh new RN app as well and that has no issues. So it might just be related to the older RN version used in my app, which I can't yet upgrade. Any ideas on what could cause this issue & how I could resolve it? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I don't have any particular ideas but can you create a new empty library and try adding it to your app? It would be useful to know the root cause of the issue. It's should be either the template or the library. |
Beta Was this translation helpful? Give feedback.
-
Please see #429 (comment) for a temporary answer. |
Beta Was this translation helpful? Give feedback.
Please see #429 (comment) for a temporary answer.