Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Latest commit

 

History

History
46 lines (34 loc) · 1.69 KB

README.md

File metadata and controls

46 lines (34 loc) · 1.69 KB

TODO Native

Stack

Project structure

$PROJECT_ROOT
├── App.tsx        # Entry point
└── src
    ├── screens    # Screen components
    ├── components # UI components
    ├── utils      # Custom hooks and helpers
    └── assets     # Image files

Credits

Getting Started

Install dependencies.

yarn

This project can be run from the Expo client app.

yarn start

Read more in https://docs.expo.dev/ and https://docs.expo.dev/workflow/expo-cli/