broach44 / react-native-to-do-list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 62.7%Language:Java 21.5%Language:Objective-C 10.1%Language:Starlark 4.4%Language:Ruby 1.4%