Open In App

What are some limitations of using react-native-cli for instantiating a project ?

React Native CLI helps you to set up a react native project and provide control over the management of the project locally. 

Syntax to create a project:



npx react-native init ProjectName

Though react-native-cli is not the only way to create a react-native project. Expo is another bundle of tools that help you create a react-native project in the fastest way. Due to other tools in competition with cli, there are some major limitations that we have to face while working on a project built with react-native-cli. 

These are some of the major limitations of using react-native-cli in your project:



Conclusion: If you are using react-native-cli for your project then you will be spending a lot of time setting things up which reduces overall code time. 

Article Tags :