*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0px;
}
@font-face {
  src: url(https://unpkg.com/react-native-vector-icons@8.0.0/Fonts/FontAwesome.ttf);
  font-family: FontAwesome;
}

@font-face {
  src: url(https://unpkg.com/react-native-vector-icons@8.0.0/Fonts/MaterialCommunityIcons.ttf);
  font-family: MaterialCommunityIcons;
}
