Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
react-native-syan-image-picker
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenSource
react-native-syan-image-picker
Commits
0a974a18
Commit
0a974a18
authored
Aug 23, 2018
by
Syan
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
2ad7fb49
49fe26a6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
README.md
README.md
+1
-1
RNSyanImagePicker.m
ios/RNSyanImagePicker.m
+5
-0
No files found.
README.md
View file @
0a974a18
...
@@ -81,7 +81,7 @@ buildscript {
...
@@ -81,7 +81,7 @@ buildscript {
google()
google()
}
}
dependencies {
dependencies {
classpath 'com.android.tools.build:gradle:
2.2.3
'
classpath 'com.android.tools.build:gradle:
3.1.0
'
// NOTE: Do not place your application dependencies here; they belong
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
// in the individual module build.gradle files
...
...
ios/RNSyanImagePicker.m
View file @
0a974a18
...
@@ -341,6 +341,11 @@ RCT_EXPORT_METHOD(removeAllPhoto) {
...
@@ -341,6 +341,11 @@ RCT_EXPORT_METHOD(removeAllPhoto) {
}
}
}
}
+
(
BOOL
)
requiresMainQueueSetup
{
return
YES
;
}
-
(
BOOL
)
createDir
{
-
(
BOOL
)
createDir
{
NSString
*
path
=
[
NSString
stringWithFormat
:
@"%@ImageCaches"
,
NSTemporaryDirectory
()];;
NSString
*
path
=
[
NSString
stringWithFormat
:
@"%@ImageCaches"
,
NSTemporaryDirectory
()];;
NSFileManager
*
fileManager
=
[
NSFileManager
defaultManager
];
NSFileManager
*
fileManager
=
[
NSFileManager
defaultManager
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment