Today, I'll talk to you, about one the other way to starting a react native project, with all requirements...
let's start!
- Installing
1.2 Create an account on:
https://expo.dev/
after, download the app in the apple store(apple) or play store(android).
2.
terminal(cmd):
cd..
for c:/
and paste:
npm install --global expo-cli
2.
expo init HelloWorld
3.
cd HelloWorld
4.
expo start
now, you login into your app, and scan the QRCODE.
that appears.
- Go at the Helloworld folder click with the right button(🐀) and open with vscode. in the new terminal, write:
expo login
digite your credentials...
6.
expo start
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)