We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5844302 commit 365766fCopy full SHA for 365766f
ios/Podfile
@@ -6,6 +6,16 @@ target 'RNFileSelector' do
6
use_frameworks!
7
8
# Pods for RNFileSelector
9
- pod 'FileBrowser'
+ pod 'FileBrowser', :git => 'https://github.com/prscX/FileBrowser'
10
+
11
+ post_install do |installer|
12
+ installer.pods_project.targets.each do |target|
13
+ if target.name.include?('FileBrowser')
14
+ target.build_configurations.each do |config|
15
+ config.build_settings['SWIFT_VERSION'] = '4.1'
16
+ end
17
18
19
20
21
end
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-file-selector",
3
- "version": "0.0.4",
+ "version": "0.0.5",
4
"description": "React Native: Native File Selector",
5
"main": "RNFileSelector.js",
"scripts": {
0 commit comments