Thanks to visit codestin.com
Credit goes to github.com

Skip to content

PeterKow/cat-app

Repository files navigation

CatApp

Getting Started

1. Install dependencies

yarn install

2. Run the app

yarn ios

Then choose to run it on iOS, Android, or web.

3. Additional setup

  • Make sure you have Expo CLI installed:
    npm install -g expo-cli
    
  • If you're running on a physical device, install the Expo Go app from the App Store or Google Play.

TODO

  • Add env support
  • Add permission checks
  • Add state management (context, Zustand?)
  • Add animations
  • Add icon and splash screen
  • Add tests

Folder Structure

  • assets/ — Images, fonts, etc.
  • components/ — Reusable UI parts
  • hooks/ — Custom hooks
  • navigation/ — Navigation stacks & routes
  • screens/ — Full-screen views
  • services/ — API calls & business logic
  • store/ — State management (Redux, Context, etc.)
  • utils/ — Helper functions, constants, etc.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published