podspec file is in the wrong sport (for RN 0.60.x)
bobber205 opened this issue · 0 comments
bobber205 commented
At some point RN changed where podspecs are suppose to go, recently I think.
Currently the auto linking process expects it in the root directory whereas this project has it in the ios
folder. Changing the path to
pod 'RNStoryShare', :path => '../node_modules/react-native-story-share/ios'
Fixes it but ideally it would be better to move it right?