avenable8
Results
2
comments of
avenable8
I am having this same issue after upgrading to 0.70.2. use_frameworks! :linkage => :static does not work for me. We are integrating react native into an existing native app that...
@tapz I also had this issue with MaterialCommunity from react-native-vector-icons. I got around it by selectively statically + dynamically loading pod targets instead of globally using :linkage => :static. I...