Added many things:

- properly importing fonts with assets folders
- properly getting material icons with react-native-vector-icons
- figuring out how messages with display
- fixing keyboard bringing up other Views
- function for getting user input into TextInput
This commit is contained in:
Arjun Patel
2018-05-26 17:02:15 -07:00
parent 327911a8d5
commit 59a3bc7e7d
35 changed files with 292 additions and 36 deletions
+4
View File
@@ -0,0 +1,4 @@
export const Fonts = {
Sunflower : 'Sunflower-Medium',
SunflowerLight : 'Sunflower-Light'
}