V2HOT is an iOS App made by @xcatliu, powered by React Native.
It lists hot topics in v2ex by fetching v2ex hot topics API.
Three way to get V2HOT in your iPhone:
- Search V2HOT in App Store
- Or visit https://itunes.apple.com/cn/app/v2hot/id992150357
- Or scan the QRCode below
- Follow React Native Getting Start, ensure you have finished installing the requirements.
- Open
V2HOT.xcodeproj
in Xcode, Command + R to run this project in iOS Simulator. - Focus on iOS Simulator, Command + R to refresh, Command + D to debugging in Chrome.
- Check out
index.ios.js
andlib/**
, enjoy coding!