Skip to content
This repository has been archived by the owner on Apr 18, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 631 Bytes

File metadata and controls

25 lines (18 loc) · 631 Bytes

create-react-app-web-native-together

"Create React Native App" and "Create React App" together - single code base for both apps

Getting Started

  • create-react-app
  • create-react-native-app

Dependencies

  • react
  • react-dom
  • react-native
  • react-native-web
  • native-base
  • expo
npm i
npm start:web
npm start:native

create react app web and native together