question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Difference between create-react-native-app and react-native-cli

See original GitHub issue

create-react-native-app is quick and easy way to create react-native project. The react-native-cli have the same feature when use react-native init Awesome. What’s the difference.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:25
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

21reactions
brentvatnecommented, Aug 9, 2017

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

Create React Native App is the easiest way to start building a new React Native application. It allows you to start a project without installing or configuring any tools to build native code - no Xcode or Android Studio installation required (see Caveats).

0reactions
captDaylightcommented, Aug 3, 2018

Ha, this discussion had the same first response. Follow it down the thread to get a nuanced answer.

Read more comments on GitHub >

github_iconTop Results From Across the Web

whats the real diff between "create-react-native-app myproject ...
The create-react-native-app ("CRNA") CLI builds a project template based on Expo, a third-party toolkit which allows you to write ...
Read more >
React Native CLI vs Expo CLI — Which one do I choose?
React Native CLI is a built-in feature that helps you take control ... Creating and running a React Native app with Expo is...
Read more >
Create React App vs React Native | What are the differences?
Create React App can be classified as a tool in the "Javascript UI Libraries" category, while React Native is grouped under "Cross-Platform Mobile ......
Read more >
Difference between react-native-init and create-react-native-app
I've used both command to create new project, with react-native-init I get a project with iOS & android project folder & with create-react-native-app...
Read more >
React Native Init vs Expo 2022: What Are the Differences?
There are two popular ways to create a React Native app — you can use the Expo CLI or you can use the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found