martindavid / news-app

A news application build using React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yet Another React Native Starter Kit

A boilerplate code for React Native application.

Getting started

For example if you want to create a project called NewsApp

# Clone the repo into your project folder
$ git clone git@github.com:martindavid/NewsApp.git NewsApp
$ cd NewsApp

# run the renaming script
$ bin/rename NewsApp

# run the setup script
$ bin/setup

If everything above run well, then you're ready to go.

Run Locally

  • It's recommended to develop on MacOS because of tighter integration and the iOS simulator has a better user experience than the Android version.
# iOS
$ react-native run-ios
$ react-native log-ios

# android (note: requires an android device connected or emulator already running)
$ react-native run-android
$ react-native log-android

What's in it

About

A news application build using React Native


Languages

Language:TypeScript 69.9%Language:Shell 10.8%Language:Objective-C 6.8%Language:Ruby 3.7%Language:Java 3.7%Language:Python 3.2%Language:JavaScript 1.8%