Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 500 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 500 Bytes

News App - React Native

News App

Instructions

  • Long press to read full news

Development

# Dependencies
npm install

# Run Android
npm run android

# Run iOS
cd ios
pod install
cd ..
npm run ios

TODO

  • Image caching
  • Offline Handling
  • Pagination

Try The App

You can download the latest APK here.