exact-resistor-calculator/android/settings.gradle
Tanner Collin 7f6fc32d74 Commit everything done until beginning version control
Removed the boilerplate's counter, started a drawer menu, added a
toolbar to access the menu, created the calculator form and state.
2017-02-01 22:52:00 -07:00

7 lines
220 B
Groovy

rootProject.name = 'Counter'
include ':app'
include ':react-native-vector-icons'
project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android')