Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React Native using Atom IDE

How Can I use Atom IDE for React Native App. I am new to programming and trying my hands on app development in Android.

Can someone post a tutorial or a link for this.

-- Thanks

like image 320
Yash Avatar asked Dec 24 '16 19:12

Yash


1 Answers

1) Download Atom from https://atom.io/

2) you can add some packages for react native in atom to make it easier to differentiate between different keywords, statement etc.

3) Download package from here https://atom.io/packages/search?utf8=%E2%9C%93&q=react+native

4) after downloading above described things then open Atom and on left there is developer panel where you can find add project folder.

5) Upon clicking add project folder, you can browse to the directory where your project is kept, add the project by selecting and then clicking open.

6) On developer's panel, your project directory will display, open any file in your project by clicking the file

Happy coding :)

like image 185
Codesingh Avatar answered Oct 08 '22 08:10

Codesingh