Jobeso / react-native-story-share

Share your images to instagram and snapchat stories with react native.
107 stars 54 forks source link

podspec file is in the wrong sport (for RN 0.60.x) #20

Open bobber205 opened 5 years ago

bobber205 commented 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

pod 'RNStoryShare', :path => '../node_modules/react-native-story-share/ios' Fixes it but ideally it would be better to move it right?