Tanner Collin
7f6fc32d74
Removed the boilerplate's counter, started a drawer menu, added a toolbar to access the menu, created the calculator form and state.
7 lines
220 B
Groovy
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')
|