Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
thalia
ThaliApp
Commits
8f274176
Verified
Commit
8f274176
authored
Jul 03, 2019
by
Jelle Besseling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix photos not working on iOS
parent
06e8cac5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
app/actions/photos.js
app/actions/photos.js
+1
-0
ios/Podfile
ios/Podfile
+0
-2
ios/Podfile.lock
ios/Podfile.lock
+1
-1
No files found.
app/actions/photos.js
View file @
8f274176
...
...
@@ -12,6 +12,7 @@ export const PHOTOS_GALLERY_OPEN = 'PHOTOS_GALLERY_OPEN';
export
function
openAlbums
()
{
return
{
type
:
PHOTOS_ALBUMS_OPEN
,
payload
:
{},
};
}
...
...
ios/Podfile
View file @
8f274176
...
...
@@ -9,8 +9,6 @@ target 'ThaliApp' do
pod
'Firebase/Core'
,
'~> 5.20.1'
pod
'Firebase/Messaging'
,
'~> 5.20.1'
pod
'react-native-image-picker'
,
:path
=>
'../node_modules/react-native-image-picker'
target
'ThaliAppTests'
do
inherit!
:search_paths
# Pods for testing
...
...
ios/Podfile.lock
View file @
8f274176
...
...
@@ -94,4 +94,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: 697e86e8d2521e995ae8f585c3d4e65d72e7f523
COCOAPODS: 1.
5.3
COCOAPODS: 1.
7.2
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