https://github.com/webobite/codebase-with-rectnative-expo_nextjs
This boilerplate code can run on all platform (Web, Android and IOS)
https://github.com/webobite/codebase-with-rectnative-expo_nextjs
Last synced: about 1 year ago
JSON representation
This boilerplate code can run on all platform (Web, Android and IOS)
- Host: GitHub
- URL: https://github.com/webobite/codebase-with-rectnative-expo_nextjs
- Owner: webobite
- Created: 2020-10-19T10:09:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-24T05:00:43.000Z (over 5 years ago)
- Last Synced: 2025-02-16T00:29:00.631Z (over 1 year ago)
- Language: JavaScript
- Size: 202 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Boilerplate code of ReactNative Expo and Next Js
[]()
[](https://github.com/kylelobo/The-Documentation-Compendium/issues)
[](https://github.com/kylelobo/The-Documentation-Compendium/pulls)
---
Few lines describing your project.
## 📝 Table of Contents
- [About](#about)
- [Getting Started](#getting_started)
- [Usage](#usage)
- [Built Using](#built_using)
This code base can run on Web, Android as well as IOS device. (IOS device still not tested)
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](https://classic.yarnpkg.com/en/docs/install/#debian-stable)
- 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
```
Add notes about how to use the system.
Add additional notes about how to deploy this on a live system.
- [Expo](https://expo.io/)
- [next](https://nextjs.org/)
- [React Native](https://reactnative.dev/)
