Skip to content

react-made-native-easy/note-taker

Repository files navigation

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).