Skip to content

allysontrinh/DIVVY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

DIVVY

This is an Expo project created with create-expo-app.

Get Started:

  1. cd DIVVY

  2. Install dependencies

    npm install
  3. Start the app

     npx expo start

In the output, you'll find options to open the app in a

You can start developing by editing the files inside the app directory. This project uses [file-based routing] -> https://docs.expo.dev/develop/file-based-routing/

Reference the /app-example directory when you need it, it's an example of a React Native app.

Maybe some helpful notes:

  • File-based routing: The example app has 2 screens, Home (/app-example/app/(tabs)/index.tsx) and Explore (/app-example/app/(tabs)/explore.tsx).
  • _layout.tsx defines shared UI elements such as headers, tab bars so that they persist between different routes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors