React Native cli
ANDROID
react-native run-android
iOS
react-native run-ios
pod install
npm install -g ios-deploy
https://reactcli.org/docs/overview/getting-started
/**
react-native-community/cliis a command-line interface (CLI) toolkit for React Native projects.- It provides a set of tools and commands to help developers initialize, build, run, and manage React Native applications.
- The CLI supports tasks such as project scaffolding, linking native dependencies, running Metro bundler, and managing native code for both iOS and Android platforms.
- It is maintained by the React Native community and is designed to be extensible, allowing custom commands and plugins.
- This package is essential for automating common development workflows and improving productivity in React Native projects. */