React-Native – Environment Setup
In this post, we will learn how to set up an environment for successful React-Native development. There are many steps involve in it. Step 1. Install node js + sudo apt-get update + sudo apt-get install nodejs + sudo apt-get install npm Step:2– Install watchman + sudo apt-get install python-dev …
Read More