Set up export button to export a simple file

This commit is contained in:
Julia Friesel
2018-08-03 19:32:56 +02:00
parent 315bdf3a02
commit 03fe92750d
11 changed files with 478 additions and 284 deletions
+2
View File
@@ -1,4 +1,6 @@
rootProject.name = 'drip'
include ':react-native-share'
project(':react-native-share').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-share/android')
include ':realm'
project(':realm').projectDir = new File(rootProject.projectDir, '../node_modules/realm/android')
include ':react-native-svg'