mirror of
https://github.com/status-im/react-native-fs.git
synced 2026-08-27 10:01:09 +00:00
Better Cocoapods integration
By declaring React/Core as a dependency we can easily add react-native-fs to our podfile
This commit is contained in:
+1
-1
@@ -7,5 +7,5 @@ Pod::Spec.new do |s|
|
||||
s.source = { :git => "https://github.com/johanneslumpe/react-native-fs.git" }
|
||||
s.source_files = '*.{h,m}'
|
||||
s.preserve_paths = "**/*.js"
|
||||
|
||||
s.dependency 'React/Core'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user