Todo react native app

React Typescript IOS Android

Screenshots

Home screen Alert screen
Image 1 Image 2

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Clone the repo
    git clone https://github.com/FaxWeb7/RN-TodoApp.git
  2. Install NPM packages
    npm install
  3. Run project
     npm run start
     // or
     yarn start
     // or
     pnpm start