Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 629 Bytes

README.md

File metadata and controls

48 lines (31 loc) · 629 Bytes

React Native Web Boilerplate

Screens

Libraries

  • react
  • react-router-dom
  • axios
  • react-native
  • react-native-web
  • moment

Requirements

  • Node 16
  • Yarn 1.22.x

How to use

1. Install

Download zip or click "Use this template"

yarn install

2. Run

yarn start

NOTES

Deploying app to the subfolder on server

Adding publicPath to React Router's basename prop.

src\config.js

// e.g. basename='/path/to/subfolder/'
const basename = ''