Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 255 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 255 Bytes

View is react-native View Components Standard for web

Custom Fonts

import { fonts } from "reactjs-view";
import myFont from "fonts/myFont.woff";
fonts.medium.url = myFont;

Components Storybook