-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a lib that uses other third party native dependencies (framework etc.) #383
Comments
same problem here. please help |
same problem here. help please ! |
I link it in the project and it works, but it's not the right way to do this, I would like to do everything in the lib |
this one works for me
|
@nguyenhuutinh where's the dependency framework in your .podspec file, could you elaborate more? |
I would recommend adding such third-party native dependencies to both |
same problem |
Hi @brodybits , Thank you very much for developing this fantastic tool.
I have used
create-react-native-module
to create the library with example and so far I am able to run the Android project pretty fine and for iOS I am having the issues.Use case:
I want to build a react-native library for video conferencing feature (integrating the native Zoom SDKs for iOS and Native). So for iOS we have native third party framework to be linked within the library.
So when I try to link the library in
example
file I am unable to compile as the library pod is not able to find the third party framework reference linkage.Can you please help me around this?
The text was updated successfully, but these errors were encountered: