Open bobber205 opened 5 years ago
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
ios
pod 'RNStoryShare', :path => '../node_modules/react-native-story-share/ios' Fixes it but ideally it would be better to move it right?
pod 'RNStoryShare', :path => '../node_modules/react-native-story-share/ios'
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 topod 'RNStoryShare', :path => '../node_modules/react-native-story-share/ios'
Fixes it but ideally it would be better to move it right?