Skip to content

Latest commit

 

History

History
69 lines (45 loc) · 1.17 KB

README.md

File metadata and controls

69 lines (45 loc) · 1.17 KB

Lalahome

Tech Stack

ReactNative, Redux Toolkit, NativeBase, Yup, React-Hook-Form, React Navigation

Documentation

Run Locally

Clone the project

  git clone https://gitlab.com/hungnt144/phanminhhome_mobile.git Lalahome

Go to the project directory

  cd Lalahome

Install dependencies

  yarn install

Start Android

  yarn android

Start IOS

  yarn ios

Start Website

  yarn web

Deployment

To deploy this project run

  yarn build:web

Platform specific code

  • Button.tsx (default - required)
  • Button.android.tsx (Android)
  • Button.ios.tsx (IOS)
  • Button.web.tsx (Web)
  • Button.native.tsx (Android & IOS)

Call API (Only Native)

  • adb reverse tcp:8080 tcp:8080