We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f02b64b commit 1c06c15Copy full SHA for 1c06c15
examples/bare/ios/Podfile
@@ -17,7 +17,8 @@ if ENV['RNV_SAMPLE_VIDEO_CACHING']
17
$RNVideoUseVideoCaching = true
18
end
19
20
-# Chache dependencies need to have modular headers
+# Cache dependencies (SPTPersistentCache & DVAssetLoaderDelegate) need to have modular headers
21
if defined?($RNVideoUseVideoCaching)
22
- use_modular_headers!
+ pod 'SPTPersistentCache', :modular_headers => true
23
+ pod 'DVAssetLoaderDelegate', :modular_headers => true
24
0 commit comments