Yash
Yash

Reputation: 271

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

Upvotes: 9

Views: 16204

Answers (1)

Codesingh
Codesingh

Reputation: 3384

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 :)

Upvotes: 12

Related Questions