상세 컨텐츠

본문 제목

[리액트 네이티브]React Native Install Process with Expo

모바일/React-Native

by JORDON 2023. 1. 23. 14:24

본문

반응형

 

When I installed React Native,

I got in troubles that privilleges and permission and directory problems I didn't exprience.

so, I will remind my above issues.

 

Before the start, you have to make sure that you have to install node.js over 12 LTS version!

https://nodejs.org/en/

 

Node.js

Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.

nodejs.org

 

※ if you block some of privilleges and permissions, add sudo + command!

when you type above command!

ex) sudo npm install -g expo-cli

 

1. Open your Terminal

2. Type down those Commands

3. mkdir reactproject

4. cd /reactproject

5. npm install -g expo-cli

6. npx expo init react

 

Choose what you want!

7. cd /reactproject/react

8. npm start 

 

 

9. Press the Alphabet you want! However, if you didn't install Android Studio and Xcode, you can't use it.

10. If you don't make sure you SDK Path in you system, the both emulator doesn't work.

11. When you press 'W', you can start React Native moothly by Expo and node.js's moduels.

 

 

Than you for search this!

 

※ if you block some of privilleges and permission add sudo + command !

when you type above command!

ex) sudo npm install -g expo-cli

반응형

댓글 영역