Lines Matching refs:and
3 description: Learn about the files and folder structure when a new Expo project is created.
8 …ate a new Expo project, a few files and folders are provided by default. This page lists out the e…
12 …oject update instantly. Generally, this file will contain root-level React Contexts and navigation.
14 …ocs) is now available and supports file-based navigation in projects. With Expo Router, the route …
18 … of your project while developing, in addition to while building, submitting, and updating our app.
24 … Android and an **icon.png** used for iOS as an app icon. It also contains **splash.png** which is…
26 > The **assets** directory is not special-cased, and our project can have images and other assets p…
34 …allows you to list files and folders that you don't want to be tracked by Git. You can modify the …
38 …that extends the default React Native preset and adds support for decorators, tree-shaking web pac…
42 The **package.json** file contains the project's dependencies, scripts and metadata. Anytime a new …
44 …r project such as `expo start`, `expo start --android`, `expo start --ios`, and `expo start --web`.