Royal News
The source code to How to make a news app with react native article on medium and dev.to.
- Requirements: Android Studio or Xcode, npm, and React Native.
- Install the dependencies by runinning
npm i
- Run
react-native run-android
orreact-native run-ios
depending on your platform. - Feel free to fork it?.