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
{{ message }}
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.
Use the following in your package.json as the author has not updated the npm repo
"react-native-instagram-story-share": "Jobeso/react-native-instagram-story-share#a6969025c0a2b0ad437f4f3f987abe08f6bf15e8",
as per I can't install react-native-instagram-story-share #1 (comment)
That's all I remember doing, if there are any outstanding issues they should give be troubleshoot-able and give an error message.
PODFILE:
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'PopTag' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
# Pods for PopTag
pod 'RNInstagramStoryShare', :path => '../node_modules/react-native-instagram-story-share/ios'
pod 'React', :path => '../node_modules/react-native'
pod 'yoga', :path => '../node_modules/react-native/ReactCommon/yoga'
target 'PopTagTests' do
inherit! :search_paths
# Pods for testing
end
end
target 'PopTag-tvOS' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
# Pods for PopTag-tvOS
target 'PopTag-tvOSTests' do
inherit! :search_paths
# Pods for testing
end
end
post_install do |installer|
installer.pods_project.targets.each do |target|
if target.name == "React"
target.remove_from_project
end
end
end
The text was updated successfully, but these errors were encountered:
@jordangrant Thanks for sharing, this is a pretty old version of the react-native-instagram-story-share logic. I updated the API already and combined it with snapchat story sharing to one story-share-module. This is currently not released but I am working on a version thats worth publishing.
@milesscherrer Hey, yes still on it and not forgotten. iOS part is done but android still ongoing. I'll try to get the iOS part out while working on android to give others the opportunity to help or use the iOS part.
Lots of work to get this running on React 0.56.0 but can confirm it does work so thank you @Jobeso.
3.1. Delete /ios/Pods/React folder after Pod install if it's there
"react-native-instagram-story-share": "Jobeso/react-native-instagram-story-share#a6969025c0a2b0ad437f4f3f987abe08f6bf15e8",
as per I can't install react-native-instagram-story-share #1 (comment)
That's all I remember doing, if there are any outstanding issues they should give be troubleshoot-able and give an error message.
PODFILE:
The text was updated successfully, but these errors were encountered: