evollu / react-native-firebase-analytics

React native bridge for firebase analytics
MIT License
206 stars 54 forks source link

Pod vs react-native link #56

Open afilp opened 7 years ago

afilp commented 7 years ago

About pod: This is the only package that requires pod and pod is a different build method with which I had problems before.

Is there any plan to not use pod and just have it work with the react-native link logic?

Thanks!

afilp commented 7 years ago

For example, due to pod I now have problems with react-native-intercom.

slorber commented 6 years ago

@afilp have you solved your problem? (also have a problem with react-native-intercom after using pods, like RCTBridge.h not found)

zachrnolan commented 6 years ago

Would really like to use this library without introducing cocoapods to my project. Does anyone have instructions on doing this? I've already installed the SDK's natively.