dobyming / testRN

Setting React Native with expo env and Android Studio emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Start React Native

This Repository describes how to set up the React Native in expo. Also This Project's OS Env runs in Windows.

Before start..

You're local computer need Node.js, VS Code, and Android Studio.

Start your Project

With npx CLI, you can make your own React Native Project. (This Work is similar to React CRA Package Installation.)

npx create-expo-app "project_name"

Run your Project in Android Studio Emulator

You can Connect Expo to Android Studio Emulator. This Site will help you for guiding how to set up the Android Studio at Expo.

If you successfully follow the proecedures, You're ready to Run the React Native at the emulator Env.

Press a to run the emulator. (You have to run the Android studio emulator simultaneously.)

2023-03-05 22;11;27

Now you can run the React Native Android View in Computer! Happy Coding :)

About

Setting React Native with expo env and Android Studio emulator


Languages

Language:JavaScript 100.0%