/hello-react-native

Plain "Hello World" built in React Native using Expo CLI

Primary LanguageJavaScript

Hello World

Built in React Native using Expo CLI

🔧 Install

Assuming that you have Node 12 LTS or greater installed, you can use npm to install the Expo CLI command line utility:

First, install all packages from the npm

npm install

Then, install the Expo CLI

npm install -g expo-cli

🚀 Running

Run the Metro Bundler on localhost

expo start

You'll be given a QR code in your terminal and/or browser. Scan it with Expo Go (Android) or the Camera app (iOS) to see the app in your phone.


by Felipe