Todo app in React Native

A simple Todo App using React-Native.

Resources

Basic UI design on Figma

Setup

This project requires ReactNative.

Follow this guide to setup the environment. Choose the React Native CLI Quickstart option in the guide.

How to run

  • install the node modules

    npm i
  • install the pods (needed for iOS)

    cd ios
    pod install
    cd ..
  • run the app

    run on ios:

    npx react-native run-ios

    run on android:

    npx react-native run-ios