Newser is simple React Native app for quick start project based on News API
-
First thing you have to do is to follow the docs to install react native cli.
-
Clone this repository on your local machine and navigate to project folder root.
-
Install the dependencies with yarn
yarn install
- Run app on emulator or your android device (ios not tested)
react-native run-android
- React (16.9.0)
- React Native (0.61.5)
- React Navigation (4.0.10) Docs
- React Navigation Drawer (2.3.3) Docs
- React Navigation Stack (2.0.15) Docs
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.