1
0
mirror of https://github.com/laurent22/joplin.git synced 2026-05-22 09:05:38 +02:00

Mobile: allow attaching image or any other file

This commit is contained in:
Laurent Cozic
2017-11-19 15:18:07 +00:00
parent ca20a2a1c2
commit ea077852a1
10 changed files with 140 additions and 74 deletions
@@ -1,4 +1,6 @@
rootProject.name = 'Joplin'
include ':react-native-image-picker'
project(':react-native-image-picker').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-image-picker/android')
include ':react-native-vector-icons'
project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android')
include ':react-native-image-resizer'