Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.14 KB

File metadata and controls

39 lines (23 loc) · 1.14 KB

ReactNativeBlogApp

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.

React Native Blog Application

iOS
React Native Blog Application
Android
React Native Blog Application

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