/CodeBase-With-RectNative-Expo_NextJs

This boilerplate code can run on all platform (Web, Android and IOS)

Primary LanguageJavaScript

Project logo

Boilerplate code of ReactNative Expo and Next Js

Status GitHub Issues GitHub Pull Requests


Few lines describing your project.

📝 Table of Contents

🧐 About

This code base can run on Web, Android as well as IOS device. (IOS device still not tested)

🏁 Getting Started

For getting it started follow here :

  • git clone this project.
  • install expo globally at your local machine.
npm install --global expo-cli
  • install yarn globally at your local machine Check here for more detail : according to your OS Yarn Installation

  • install all dependencies and dev dependencies

yarn install
  • For running on Web
yarn next dev
  • For running on Android
expo start --android
  • For running on IOS (Haven't tried yet)
expo start --ios

🎈 Usage

Add notes about how to use the system.

🚀 Deployment

Add additional notes about how to deploy this on a live system.

⛏️ Built Using