Skip to content

treyshedrick/react-native-web-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-web-quickstart

Screen-Shot-2021-09-17-at-6-28-11-PM

A quick and simple way to get started with react-native for both mobile and web.


Installation Steps:

  1. run npx react-native init RNweb --template https://github.com/treyshedrick/react-native-web-quickstart.git
  2. run npx react-native-rename "YourAppName"
  3. add local.properties file in android folder with sdk.dir if android build fails
  4. add .gitignore file if it is not present

Web

npm run web

Mobile

npm run ios
npm run android

Modified verison of the following blog post

About

🖥️ 📱 An easy way to get started with react native web!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published