fix: omit packager assets from caching (#1438)

This commit is contained in:
Laurin Quast
2019-01-24 13:15:58 +01:00
committed by GitHub
parent 0a1605f11c
commit 125d5dc9c5
7 changed files with 87 additions and 30 deletions

View File

@@ -28,5 +28,5 @@ target 'VideoCaching' do
'DevSupport'
]
pod 'react-native-video/VideoCaching', :path => '../node_modules/react-native-video/react-native-video.podspec'
pod 'react-native-video/VideoCaching', :path => '../../../react-native-video.podspec'
end