How do I directly link my third-party React Native library, which includes native code, to the host application? #626
Closed
chiragramimi
started this conversation in
General
Replies: 2 comments 2 replies
-
I already refer this docummentaiton |
Beta Was this translation helpful? Give feedback.
0 replies
-
What does "not being directly installed" mean? If a third-party library is not being auto-linked then it's up to whoever made the library to fix that. It's unrelated to your library setup. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I directly link my third-party React Native library, which includes native code, to the host application?
For example, I have added the following packages to my library module:
However, the iOS pods for these libraries are not being directly installed in the host application, even though I have included them in peerDependencies and devDependencies.
Beta Was this translation helpful? Give feedback.
All reactions