alwx / react-native-photo-view

Pinch-to-zoom view for React Native (both iOS and Android)
MIT License
815 stars 434 forks source link

Add support for React Native Cocoapods installation #111

Open danieljvdm opened 7 years ago

danieljvdm commented 7 years ago

For users that installed React Native on an existing iOS app through Cocoapods, this library currently has no way of finding the React Native path. This adds the Cocoapods path to the Header Search Paths so it can be found.

danieljvdm commented 7 years ago

107

JensDebergh commented 6 years ago

I've probably made a duplicate of this without seeing. My bad, thanks for the pull request!