Closed elyalvarado closed 5 years ago
When linking on iOS using cocoapods (the default used by running react-native link if the user has a Podfile) the install step fails because the podspec gets the name from the package name in the package.json file and it has a forward slash.
react-native link
Podfile
package.json
Thanks for the contribution! We just released this as v1.0.2
v1.0.2
When linking on iOS using cocoapods (the default used by running
react-native link
if the user has aPodfile
) the install step fails because the podspec gets the name from the package name in thepackage.json
file and it has a forward slash.