TwiggyBuffalo / react-native-starter

A starter project for getting going with React Native, built using UI-Kitten

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

React Native Starter

Start building mobile apps that users will love

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

About The Project

This starter kit should help you get up and running with React Native. It has a few screens demonstrating how easy it can be to create immersive, clean and versatile mobile applications.

Built With

Getting Started

Follow these quick and easy steps and you'll be up and running in no time.

Prerequisites

This project uses Yarn

  • yarn
    npm install yarn@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/twiggybuffalo/react-native-starter.git
  2. Install YARN packages
    yarn install
  3. Install CocoaPods dependencies
    cd ios && pod install && cd ..

Usage

To run the project, simply run:

  # For iOS
  yarn ios
  
  # For Android
  yarn android

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

If you have any breaking changes or feature requests please try visiting the issues page first.

  1. Fork the Project
  2. Commit your Changes (git commit -m 'Add some AmazingFeature')
  3. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

TwiggyBuffalo - @TwiggyBuffalo

About

A starter project for getting going with React Native, built using UI-Kitten


Languages

Language:JavaScript 47.3%Language:Java 27.2%Language:Objective-C 19.3%Language:Ruby 3.5%Language:Starlark 2.6%