React Native Blog Application
An iOS and Android application for Google Blogger hosted websites. This package is powered by www.9lessons.info blog feed content and developed using React Native with NativeBase template.
iOS ![]() |
Android![]() |
Install Node JS Software
Go to terminal or command line.
Execute following commands to run this application.
$ npm install -g react-native
$ git clone https://github.com/srinivastamada/ReactNativeBlogApp.git
$ cd ReactNativeBlogApp
$ npm install
# ReactNativeBlogApp Build IOS
$ react-native run-ios
# ReactNativeBlogApp Build Android
$ react-native run-android
Tutorial: Getting Started with React Native Template Design - Tutorial Part 1