Development Environment

1. Code Editors:

React Native code can be edited using any known text or code editor. Here is a list of recommended code editors:

You are required to download an IDE to open project's source code and start editing it. Many free IDEs are available for free and paid IDEs would definitely have extra features.

We felt very comfortable with Atom Editorarrow-up-right and it was used for building this project.

2. Download and install XCODE for Mac Only:

You need to download XCODE to build apps for iOS. To download XCODE in your Mac, visit the following URL:

3. Download and install Android Studio:

You need to download Android Studio to build apps for Android. To download Android Studio in your workstation , visit the following URL:

After that, please install genymotion as mentioned in section 4 below.

4. Download Genymotion free version:

To build your app in Android emulator, please also install the Googl's genymotion free version from the following URL:

https://www.genymotion.com/fun-zone/arrow-up-right

Last updated