Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 2.05 KB

README.md

File metadata and controls

58 lines (37 loc) · 2.05 KB

WaveZync Expo Starter 🌊

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

Get started

  1. Install dependencies

    pnpm install
  2. Run prebuild to generate native code. This is necessary for compiling the app with native dependencies.

    pnpm prebuild
  3. Start the app

     pnpm ios 

    or

      pnpm android

Used tools

  1. Expo is used for building the app. It provides lof of functionality and a router out of the box.
  2. UniStyles is used for styling the components. We can completely drop it if needed
  3. TanStack Query is used for fetching data from the server. We can completely drop it if needed

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.

Learn more

To learn more about developing your project with Expo, look at the following resources:

Join the community

Join our community of developers creating universal apps.