Skip to content

react-made-native-easy/note-taker

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
app
 
 
ios
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published