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
34ab722c
Commit
34ab722c
authored
Jul 03, 2019
by
Sébastiaan Versteeg
Browse files
Merge branch 'fix-ios-photos' into 'master'
Fix photos not working on iOS See merge request
!324
parents
06e8cac5
8f274176
Changes
3
Hide whitespace changes
Inline
Side-by-side
app/actions/photos.js
View file @
34ab722c
...
...
@@ -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 @
34ab722c
...
...
@@ -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 @
34ab722c
...
...
@@ -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