Skip to content

all-smile/FarPoint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FarPoint 远点

采用 react-native 及其相关生态开发的手机端软件,主要功能是给未来写封信。 使用 react-native 进行界面、交互开发,后端服务采用 Golang 编写

核心依赖

项目运行

# 克隆代码仓库
git clone https://github.com/all-smile/FarPoint.git

# 进入项目目录
cd FarPoint

# 安装依赖(该项目采用yarn管理依赖包)
yarn

# 运行 (已有相应环境下)
android: yarn android
ios: yarn ios

Git 规范 (*建议)

  • feat :新功能
  • fix :修复 bug
  • chore :对构建或者辅助工具的更改
  • refactor :既不是修复 bug 也不是添加新功能的代码更改
  • style :不影响代码含义的更改 (例如空格、格式化、少了分号)
  • docs : 只是文档的更改
  • perf :提高性能的代码更改
  • revert :撤回提交
  • test :添加或修正测试

举例 git commit -m 'feat: add list'

实现功能

整体效果演示

参考文档

React-native

mobx

react-navigation

axios

react-native-vector-icons