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/

GitHub

View Github