Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed Using Create React Native App!
You have completed Using Create React Native App!
Preview
In this video, you will install Create React Native App globally and create a new React Native project.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
I'm going to use NPM.
0:00
So in my terminal,
I'll run the command npm install
0:00
-g followed by create-react-native-app.
0:05
Now it's recommended that
you have Node version 6 or
0:09
later installed in your computer and
that you use npm version 3 or 4.
0:13
You see, as I'm recording this video,
0:18
create-react-native-app does not
work with npm 5 due to bugs in npm.
0:20
But remember, you also have the option
of using a recent version of Yarn.
0:25
Once create-react-native-app is installed,
you create a new react native project
0:29
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up