📜 ⬆️ ⬇️

How to deploy an environment for developing applications on React Native on Windows

Good day!


Having decided to start developing applications for React Native, I was faced with the problems of deploying the environment. Today I want to share the experience of setting it up.

Of course, the official site has a detailed description, but following only these recommendations, it was quite difficult to make all the settings.



So, let's begin:
')

Node, Python2, JDK




React Native CLI



npm install -g react-native-cli

Android development environment




Environment Variables



Create an application and run the emulator



This article used the official guide from React Native.
+ personal experience!

I hope this article will help those who have encountered problems or decided to start developing native applications on React
.

Source: https://habr.com/ru/post/428912/


All Articles