react-made-native-easy / note-taker

This repo contains the code examples branchwise used in the book

Home Page:https://www.reactnative.guide

Repository from Github https://github.comreact-made-native-easy/note-takerRepository from Github https://github.comreact-made-native-easy/note-taker

Note Taker App

This repo contains the code for all the chapters of the book React Made Native Easy.

This is an example app creating using concepts learnt from the book. It is a simple note taking application that runs on both android and ios.

Final App

Running the application

Make sure that you have

  • Latest android studio and SDK setup
  • Android simulator running in the background
  • XCode 9+ (If you have a mac)
  • Yarn
  • watchman
  • react-native-cli
  • Node V8+
  • An IDE (preferrably Atom)

To install all of the above,

After the setup is done,

  • yarn: To install node_modules
  • yarn ios: To start iOS app.
  • yarn android: To start Android app(Make sure that you have a device/emulator connected).

About

This repo contains the code examples branchwise used in the book

https://www.reactnative.guide


Languages

Language:JavaScript 62.1%Language:Objective-C 13.9%Language:Shell 10.5%Language:Java 8.8%Language:Python 4.7%