Tran Anh Tuan d8874fbe60 uncomment
2025-11-19 15:05:59 +07:00
2025-11-19 14:52:12 +07:00
2025-11-19 15:05:59 +07:00
2025-11-15 16:58:07 +07:00
2025-11-19 14:23:17 +07:00
2025-11-15 16:58:07 +07:00
2025-11-17 17:01:42 +07:00
2025-11-19 14:52:12 +07:00
2025-11-17 17:01:42 +07:00
2025-10-29 09:38:54 +07:00
2025-11-07 15:28:55 +07:00
2025-10-29 17:47:45 +07:00
2025-11-19 14:23:17 +07:00
2025-11-06 17:45:03 +07:00
2025-10-30 16:32:11 +07:00
2025-11-15 16:58:07 +07:00
2025-11-19 14:23:17 +07:00
2025-11-19 14:23:17 +07:00
2025-11-19 14:23:17 +07:00
2025-11-19 14:23:17 +07:00
2025-11-17 17:01:42 +07:00

Welcome to your Expo app 👋

This is an Expo project created with create-expo-app.

Get started

  1. Install dependencies

    npm install
    
  2. Start the app

    npx expo start
    

In the output, you'll find options to open the app in a

You can start developing by editing the files inside the app directory. This project uses file-based routing.

Get a fresh project

When you're ready, run:

npm run reset-project

This command will move the starter code to the app-example directory and create a blank app directory where you can start developing.

Learn more

To learn more about developing your project with Expo, look at the following resources:

Join the community

Join our community of developers creating universal apps.

Build app

  • Add eas.json file to root folder and add this:
{
  "cli": {
    "version": ">= 16.27.0",
    "appVersionSource": "remote"
  },
  "build": {
    "development": {
      "developmentClient": true,
      "distribution": "internal"
    },
    "preview": {
      "android": {
        "buildType": "apk"
      },
      "distribution": "internal"
    },
    "production": {
      "autoIncrement": true
    }
  },
  "submit": {
    "production": {}
  }
}

Description
App được sử dụng cho thuyền trưởng cho thiết bị SeaGateway
Readme 3.2 MiB
Languages
TypeScript 93.5%
JavaScript 5.1%
Shell 1.4%