/basic-loading-rn

Creating loading with technology usage React Native

Primary LanguageJavaScriptMIT LicenseMIT

Creating loading with technology usage React Native

Simple project using React Native and its animations to create loading component

Getting Started

Installation

First of all, install the dependencies to run this.

# Clone this repository
$ git clone git@github.com:djuniorscjr/basic-loading-rn.git basic-loading-rn
$ cd basic-loading-rn

# install dependencies
$ yarn install

# execute application in android
$ react-native run-android

# execute application in ios
$ react-native run-ios