A modern Go programming language news aggregator for iOS and Android, powered by golangnews.com.
Built with Expo SDK 54 and React Native.
| Dark Mode | Light Mode |
|---|---|
![]() |
![]() |
| Dark Mode | Light Mode |
|---|---|
![]() |
![]() |
The app follows your device's system appearance setting automatically.
- Live RSS feed from golangnews.com
- 10 categories: Home, New, Top, Code, Videos, Jobs, Events, Books, Podcasts, Show
- Tap hashtag pills to browse stories by tag
- In-app article reader (WebView) with progress indicator
- Pull-to-refresh
- Skeleton loading animation
- System dark / light theme
npm install
npx expo startScan the QR code with Expo Go (SDK 54) to run on your phone.
To build and run on an Android emulator:
npx expo run:androidTo build and run on an iOS simulator (macOS only):
Prerequisites: Xcode installed, license accepted (
sudo xcodebuild -license accept), Xcode toolchain selected (sudo xcode-select -s /Applications/Xcode.app/Contents/Developer), and CocoaPods installed (gem install cocoapods).
npx expo run:ios



