/react-native-web-with-expo-poc

Working proof of concept, React Native for Web with Expo, an experiment from 2018. In 2019 Expo integrated React Native for Web into Expo in beta, so this POC is archived.

Primary LanguageJavaScript

Newcrossities

A guide to the curiosities of New Cross and Deptford.

  • Curated and opinionated
  • Underground, weird and funny
  • Completely incomplete

Prerequisites

Install node

Install expo command line tool

npm install expo-cli --global

Getting Started

Note: This is a work in progress. Nothing useful to see here yet.

Clone the repo.

yarn

To start app

yarn start

To start website

yarn start-web

Built With

  • react-native-web - "React Native for Web" makes it possible to run React Native components and APIs on the web using React DOM.
  • Expo - Expo is a free and open source toolchain built around React Native to help you build native iOS and Android projects using JavaScript and React.
  • React Native - A framework for building native apps using React
  • React – A JavaScript library for building user interfaces

Authors