Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

differences between create-react-native-app and exp init

I found that create-react-native-app is based on expo. but when using exp-cli, it is also based on Expo.

what are differences between create-react-native-app and exp init ?

like image 978
Ho Yun Lee Avatar asked Jul 06 '18 16:07

Ho Yun Lee


People also ask

What is difference between React Native cli and Expo cli?

Expo is a framework to build React Native apps. It is a set with tools and services built for React Native. It will help you begin with building React Native apps with ease. It provides you with a list of tools that simplify the creation and testing of React Native app.

What does React Native init do?

By contrast, the react-native CLI's init command creates a plain React Native app template, with native iOS and Android projects you can modify.

Should I use React Native or Expo?

If you have a project requiring rapid development and have chosen React Native to build cross-platform applications, then Expo is for you. Through Expo, you can quickly develop and deploy React Native applications for iOS and Android.

Why do we use Expo in React Native?

Expo is a framework that is used to build React Native apps. It is basically a bundle with tools and services built for React Native, that will help you get started with building React Native apps with ease.


1 Answers

Updated answer:

create-react-native-app was replaced by expo-cli.

https://docs.expo.io/workflow/glossary-of-terms/#create-react-native-app

like image 123
eyalyoli Avatar answered Oct 11 '22 23:10

eyalyoli