JavaScript Resources - React Native App

Live version: https://rnplay.org/apps/3CUVOA

Development tools and techniques include:

  • React Native
  • CSS Flexbox
  • ES6
  • ESLint
  • Android Studio
  • Node
  • Git
  • GitHub

Getting Started

> git clone https://github.com/PiotrBerebecki/javascript-resources-app.git
> cd albums-app-react-native
> npm install

Start iOS or Android Virtual Device

> react-native run-ios

or

> react-native run-android