Open chenkuangkuang opened 1 year ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You may also mark this issue as a "discussion" and I will leave this open.
did you made this library work in your project? I am not able to import it properly in iOS, tried with use_frameworks! , but some other pods are not working then
my app have some package only used for static link. I also tried to use if like this:
but not work.
So I want to know is there a way to use "use_frameworks! :linkage => :static" only for react-native-line?
Just tell me how to pod install single for this package, like this "pod 'Permission-Camera', :path => "../node_modules/react-native-permissions/ios/Camera""?