Simple blog built for visualization of posts and comments using react paper and react navigation
Note: Make sure to have your react native environment and platform emulator is setup.
Open a terminal window, clone the repository and install its dependencies:
$ git clone https://github.com/stevreeper/simple_blog.git
$ cd simple_blog
$ yarn install
$ react-native run-android // For android
$ react-native run-ios // For IOS