Skip to content

Commit

Permalink
fixed minor typo (freeCodeCamp#19180)
Browse files Browse the repository at this point in the history
  • Loading branch information
lalov1 authored and Manish-Giri committed Oct 15, 2018
1 parent 284087d commit 8cfd759
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Here you will find a list of basic commands to start developing iOS and Android

### Starting a new project

There are different ways you can bootstrap a react native application. You can use **Expo** or `create-react-native-app`(which in turns uses Expo-Cli) to start your new project, but with this method you are in more control of what happend in your projecto and can communicate, tweak and write your own modules with native libraries for iOS and Android mobile platform.
There are different ways you can bootstrap a react native application. You can use **Expo** or `create-react-native-app`(which in turns uses Expo-Cli) to start your new project, but with this method you are in more control of what happend in your project and can communicate, tweak and write your own modules with native libraries for iOS and Android mobile platform.
```
react-native init [PROJECT-NAME]
cd [PROJECT-NAME]
Expand Down

0 comments on commit 8cfd759

Please sign in to comment.