WIP: Draw curve on current grid

This commit is contained in:
Julia Friesel
2018-06-19 11:01:38 +02:00
parent c73d7cced6
commit 7c6ceb06f5
9 changed files with 238 additions and 3 deletions
+2
View File
@@ -1,4 +1,6 @@
rootProject.name = 'drip'
include ':react-native-svg'
project(':react-native-svg').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-svg/android')
include ':realm'
project(':realm').projectDir = new File(rootProject.projectDir, '../node_modules/realm/android')