An open API service indexing awesome lists of open source software.

https://github.com/tutv/rn-packaging

Packaging standalone app in React Native
https://github.com/tutv/rn-packaging

Last synced: 5 months ago
JSON representation

Packaging standalone app in React Native

Awesome Lists containing this project

README

          

# Bài tập đóng gói ứng dụng React Native

## Mục tiêu

- Biết cách sử dụng **Expo cli** để build app.

## Nội dung

- Sử dụng 1 dự án project **React Native** và có sử dụng `create-react-native-app`.
- Cài đặt [Expo cli](https://expo.io/tools#cli).
- Configure `app.json`.
- Build standalone app với lệnh của `Expo cli`.

Note: Với `iOS` app bạn có thể tham khảo thêm chi tiết tại: https://bit.ly/2vD87s8

## Hướng dẫn

### Bước 1

- Clone 1 project hoặc sử dụng các dự án có sẵn nếu có:

Project demo: https://github.com/tutv/rn-hacker-news-navigation

### Bước 2

- Cài đặt `Expo cli` và đăng nhập tài khoản `expo` trên command line.

### Bước 3

- Config file `app.json` ở trong thư mục gốc.

### Bước 4

- Build standalone app với lệnh của **expo** cung cấp hỗ trợ cho Android và iOS.

## Kết quả

[Demo file .apk](https://github.com/tutv/rn-hacker-news-navigation/blob/master/demo/app.apk?raw=true)