1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

iOS: Restored camera roll functionality

This commit is contained in:
Laurent Cozic
2020-10-15 12:11:13 +01:00
parent 75f5edf2ad
commit 8e2875a91c
8 changed files with 51 additions and 35 deletions

View File

@ -9,11 +9,6 @@ target 'Joplin' do
config = use_native_modules!
use_react_native!(:path => config["reactNativePath"])
target 'JoplinTests' do
inherit! :complete
# Pods for testing
end
pod 'RNVectorIcons', :path => '../node_modules/react-native-vector-icons'
@ -26,12 +21,3 @@ target 'Joplin' do
flipper_post_install(installer)
end
end
target 'Joplin-tvOS' do
# Pods for Joplin-tvOS
target 'Joplin-tvOSTests' do
inherit! :search_paths
# Pods for testing
end
end