DEV Community

Cover image for Starting an app with react native! (just to save)
Nati Thinks Tech
Nati Thinks Tech

Posted on • Updated on

Starting an app with react native! (just to save)

Today, I'll talk to you, about one the other way to starting a react native project, with all requirements...
let's start!

  1. Installing

Node- LTS

1.2 Create an account on:

https://expo.dev/

Enter fullscreen mode Exit fullscreen mode

after, download the app in the apple store(apple) or play store(android).

2.
terminal(cmd):

cd..
Enter fullscreen mode Exit fullscreen mode

for c:/
and paste:

npm install --global expo-cli
Enter fullscreen mode Exit fullscreen mode

2.

expo init HelloWorld
Enter fullscreen mode Exit fullscreen mode

3.

cd HelloWorld

Enter fullscreen mode Exit fullscreen mode

4.

expo start
Enter fullscreen mode Exit fullscreen mode

now, you login into your app, and scan the QRCODE.
that appears.

  1. Go at the Helloworld folder click with the right button(🐀) and open with vscode. in the new terminal, write:
expo login
Enter fullscreen mode Exit fullscreen mode

digite your credentials...
6.

expo start
Enter fullscreen mode Exit fullscreen mode

now...
go to the square at the bottom of your app, and click in your application...: recently in development.
*remeber that your device have to connect with usb in your computer*
good study!

Top comments (0)