What's the correct way to create a library that works in a monorepo, has an example app, and exposes its App.cpp file? #13560
-
I've spent the last week trying out everything I can think of to just develop a library in my monorepo, following the native module setup docs and more. I've:
For one reason or another, I've not been able to get any of these working. It's genuinely quite exhausting as the builds take forever and the errors are impenetrable. My environment:
Reasons for failed attempts include:
I'd love to get involved with contributing Windows support to React Native packages, but I can't even start the first step. Is there any foolproof workflow for simply creating a native module, with an example app, which exposes its |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Note to self – although I had no luck with |
Beta Was this translation helpful? Give feedback.
-
Linking related issue there: #13559 Summary is that this is pretty far off of our golden path (and will have lower priority as we focus on improving the golden path for the new architecture). That doesn't mean this will be impossible, but there are going to be rough edges and individual issues that need to be resolved one by one. We'll track those as issues logged on the repo. |
Beta Was this translation helpful? Give feedback.
Linking related issue there: #13559
Summary is that this is pretty far off of our golden path (and will have lower priority as we focus on improving the golden path for the new architecture). That doesn't mean this will be impossible, but there are going to be rough edges and individual issues that need to be resolved one by one. We'll track those as issues logged on the repo.