59a3bc7e7d
- 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
5 lines
96 B
JavaScript
5 lines
96 B
JavaScript
export const Fonts = {
|
|
Sunflower : 'Sunflower-Medium',
|
|
SunflowerLight : 'Sunflower-Light'
|
|
}
|