Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Latest commit

 

History

History
40 lines (25 loc) · 937 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 937 Bytes

Sorry...no time to maintain, please use stacker.news PWA.

Bsats for stacker.news

Stacker News is like Hacker News but we pay you Bitcoin. Bsats is an unofficial ios / android app for stacker.news.

You can download the app from:

For android users, you can alsoe download the apk from releases.

Local Development (mac)

  1. npm install -g expo-cli
  2. npm install
  3. eas build --profile development-simulator --platform ios
  4. eas build --profile development --platform android

Tech Stack

This app is written with react native + expo

How to publish

// ios
eas build --platform ios
eas submit -p ios

// android
eas build --platform android
eas submit -p android

Contributing

Pull requests are welcome. Please submit feature requests and bug reports through issues.

License

MIT