Lines Matching refs:the

16 We'll need the following tools to get started:
19 - Prepare for development by [installing the required tools](/get-started/installation/#requirement…
21 …of JavaScript and React. If you have never written React code, go through [the official React tuto…
27 … a command line tool that allows to create a new React Native project with the `expo` package inst…
29 …new project directory and install all the necessary dependencies to get the project up and running…
36 '# Navigate to the project directory',
42 This command will create a new directory for the project with the name: **StickerSmash**.
57the archive, unzip it and replace the existing **assets** directory with it in the project directo…
59 Now, let's open the project directory in our favorite code editor or IDE. Throughout this tutorial,…
67 To run the project on the web, we need to install the following dependencies that will help to run
75 ## Run the app on mobile and web
77 In the project directory, run the following command to start a <A href="/more/glossary-of-terms/#de…
81the development server is running, the easiest way to launch the app is on a physical device with …
83 To see the web app in action, press <kbd>w</kbd> in the terminal. It will open the web app in the d…
85 Once it is running on all platforms, the project should look like this:
93the app's screen above can be found in the **App.js** file which is at the root of the project's d…
104 description="In the next chapter, we'll learn how to build the app's first screen."