To Do List built in React Native

A simple application to simulate a To-Do list manager that allows any user to add, edit and remove items from a list.

Installation

  1. Clone the repository.
  2. Go to the repository directory created through the cloning.
  3. Install node packages:
  npm install

or if you have yarn install:

  yarn
  1. Link all the necessary libraries by executing:
  npx pod-install

Execution

To run the application using xcode, execute one of the following command:

  yarn run ios
  yarn run android
  yarn run web