Skip to content

A React Native companion app for museum exhibit

License

Notifications You must be signed in to change notification settings

nyerasi/appstraction

 
 

Repository files navigation

appstraction

⚠️ Note: this README is currently under construction ⚠️

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

Deploying to PROD

yarn build
now

Starter links

How to Add Fonts!

  • 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 into public/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 under public/fonts/fontname. Then, reference the files in public/fonts.css, as is done for Gotham :)
  • To set a backup font in a styles.js file, you can try fontFamily: "Gotham, sans-serif", where sans-serif is the backup font in case Gotham doesn't exist/work

About

A React Native companion app for museum exhibit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.5%
  • CSS 4.4%
  • HTML 4.1%