Skip to content

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

Notifications You must be signed in to change notification settings

TwiggyBuffalo/react-native-starter

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published