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!
※ 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
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
댓글 영역