A React Native companion app for an upcoming museum exhibit.
Introduction: https://medium.com/@addyosmani/progressive-web-apps-with-react-js-part-i-introduction-50679aef2b12
(Possibly) Relevant Resources—feel free to edit! https://github.com/necolas/react-native-web https://medium.com/@Or_yoffe/building-a-platform-agnostic-app-react-native-and-web-c0e82cbdda8 https://medium.com/one-more-thing-studio/native-react-native-or-pwa-what-should-i-choose-e63f18732b5e
yarn build
now
- Original Github
- Flex box
- React Icons
- Animations with react-pose
- React Camera with HTML5
- Accordion Menu
- Sliding Menu + Sliding Homepage Tutorial
- See if the font you need is available on fontcdn.org. If it is, just select which font styles you need and copy the
@import
statement intopublic/fonts.css
- If the font is not on that website, search the internet for the
eot, svg, ttf, woff, woff2
font filetypes (you can usually find them on GitHub), and place them in a new folder underpublic/fonts/fontname
. Then, reference the files inpublic/fonts.css
, as is done for Gotham :) - To set a backup font in a
styles.js
file, you can tryfontFamily: "Gotham, sans-serif"
, where sans-serif is the backup font in case Gotham doesn't exist/work