Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript Introduction to React Native Why React Native Working with Props and State

Where to find instructions on setting up dev environment? Not in teacher's notes

The video said to find instructions on setting up the development environment (for both platforms) in the teacher's notes, but all that's there is a link to React 360. Where can I find this info?

2 Answers

Oziel Perez
Oziel Perez
61,321 Points

Be aware that if any teacher forgets to put a link, there's a good chance you can find it yourself by searching the docs for a particular platform. In the case of React Native, you can find the development environment setup instructions here:

https://facebook.github.io/react-native/docs/getting-started.html

be sure to read the "Building Projects with Native Code" tab, as that has the instructions for setting up environment for any OS and for both Android and iOS development.

Brandy Morgan Could you fix this?