Web development basic and advance tutorial, php basic tutorial, laravel basic tutorial, React Native tutorial

Thursday, June 23, 2022

Difference between react native CLI and expo CLI

0 comments

 Difference between react-native CLI and expo CLI

Lets look at the difference between expo cli and react native cli.

EXPO CLI

1. Free third part Service
2. Less Complicated workflow
3. Native fatures out of the box
4. Dedicated android and IOS app
5. Limited to the Expo ecosystem

Expo is a third part service that is completely free to use you don't need to pay anything for this.
expo give you to manages app development workflow. and make you to give easy way to process everything and will help you to create less complicated workflow.

The main advantages of using expo is that you can get many native features like accessing camera, location, notification sensor etc.

expo also give you the added convenience of haveing a dedicated mobile app in both android and ios

but you cannot add custom native code to an expo project and you are limited to expo eco system.

Lets look at the other workflow react native CLI

  1. React Native team and community
  2. barebone development setup
  3. configuration on your own
  4. write your own native code
  5. more complicated
React native CLI thats manages by react native CLI team and open source comminunity.

Under you have bable development setup which you means you get a native apps.

you need to install android studio and xcode and you need to manage and configure a lot by you own but advantages will be full controll.

you can easily write your own code android and ios.

its more complicated.





No comments:

Post a Comment