Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
ThaliApp
Commits
8f274176
Verified
Commit
8f274176
authored
Jul 03, 2019
by
Jelle Besseling
Browse files
Fix photos not working on iOS
parent
06e8cac5
Changes
3
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
Try again
or
attach a new 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