You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using CocoaPods because some libraries (like react-native-maps & tipsi-stripe) need it.
But, it is complicated because React Native doesn't support it really well.
From what I understand, the problem is that when using CocoaPods, some libraries are included twice. Because there is code which is included via the Pods project AND via the main project.
We are using CocoaPods because some libraries (like react-native-maps & tipsi-stripe) need it.
But, it is complicated because React Native doesn't support it really well.
From what I understand, the problem is that when using CocoaPods, some libraries are included twice. Because there is code which is included via the Pods project AND via the main project.
This is explained in cocoapods-fix-react-native
The code below in
ios/Podfile
should fix the problem, this is explained on react-native-maps documentationRelated GitHub issues:
Related StackOverflow questions:
Some maybe helpful articles:
Linked with #173
The text was updated successfully, but these errors were encountered: