kiyohken2000 / react-native-web-boilerplate

create-react-app based React Native Web project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 = ''

About

create-react-app based React Native Web project

License:MIT License


Languages

Language:JavaScript 81.1%Language:HTML 12.3%Language:CSS 6.6%