Skip to content
/ sheldon Public

A React Native app, which tries to fulfill all my needs on mobile.

Notifications You must be signed in to change notification settings

yes1am/sheldon

Repository files navigation

一款私人订制的 App,基于 React Native,致力于满足我在移动端的各类需求。

功能列表

1. 收藏功能

痛点:

  1. 各种 app (微博,豆瓣,浏览器书签,微信,B 站,知乎)收藏相互独立,不便于收集整理。

  2. 收藏结果与 app 账号关联,需登录才能看到收藏内容。

实现方式:
基于 app 的分享功能,复制分享链接,保存到指定接口.

开发

yarn install

yarn run android

打包 APK

参考文档

cd android
./gradlew assembleRelease

生成的 apk 文件: android/app/build/outputs/apk/release/app-release.apk

发布

  1. 升级版本: npm version [ major | minor | patch ]
  2. 推送代码: git push
  3. 推送 tag: git push origin --tags