First, remove react-native-cli
npm uninstall -g react-native-cli
Second, install @react-native-community/cli
npm i -g @react-native-community/cli
Third, with this I should able to create react native project using typescript tempalate
npx react-native init MyApp --template react-native-template-typescript
Fourth, for run existing project or old react native project
npx react-native start
npx react-native run-android / npx react-native run-ios
Source https://github.com/react-native-community/react-native-template-typescript/issues/72
Answer from Ganda Rain Panjaitan on Stack OverflowReddit
reddit.com › r/reactnative › why did react native remove cli quick start with the new version: 0.74?
r/reactnative on Reddit: Why did React Native remove CLI QUICK START with the new version: 0.74?
May 31, 2024 -
There is only a “Start a new React Native project with Expo”
Videos
09:54
Is React Native Dead in 2024?| Explained | Senior SWE - YouTube
11:56
React Native Just Made A Long Overdue Change - YouTube
06:43
How to Create React Native Application (CLI) [2025] - YouTube
25:02
React Native CLI Setup for Windows - YouTube
18:38
React Native CLI Setup for macOS (iOS) [Created in 2025] - YouTube
21:50
React Native CLI Setup for Windows [Created in 2025] - YouTube
React Native
reactnative.dev › docs › getting-started-without-a-framework
Get Started Without a Framework · React Native
If you previously installed a global react-native-cli package, please remove it as it may cause unexpected issues:
npm
npmjs.com › package › @react-native-community › cli
react-native-community/cli
This package contains source code for @react-native-community/cli, the actual CLI that comes bundled with React Native. You don't need to install it separately in your project. See the list of available commands. show deprecated versions · npm i @react-native-community/cli ·
» npm install @react-native-community/cli
Published Sep 09, 2025
Version 20.0.2
GitHub
github.com › react-native-community › cli
GitHub - react-native-community/cli: The React Native Community CLI - command line tools to help you build RN apps
Note: CLI has been extracted from core react-native as a part of "Lean Core" effort. Please read this blog post for more details. ... Our release cycle is independent of react-native.
Starred by 2.8K users
Forked by 934 users
Languages TypeScript 95.7% | JavaScript 2.0% | HTML 1.1% | Java 0.6% | Kotlin 0.4% | Shell 0.1%
MetaSys Software
metasyssoftware.com › home › react › an overview of react native cli
An Overview of React Native CLI > Metasys Software Pvt Ltd.
March 27, 2025 - The React-Native-CLI, while still available, is considered a deprecated or legacy version of the Command-Line Interface for React Native development. It is no longer required, and if a developer chooses to use it, they must install it globally ...
Expo Documentation
docs.expo.dev › bare › using-expo-cli
Migrate from React Native CLI to Expo CLI - Expo Documentation
If building for these platforms, you can utilize Expo CLI for the supported platforms and @react-native-community/cli for the others. After installing the expo package, you can use the following commands which are alternatives to npx react-native run-android and npx react-native run-ios: ... When building your project, you can choose a device or simulator by using the --device flag. This also applies to any iOS device that is connected to your computer.
YouTube
youtube.com › watch
React Native Init Command is Deprecated - YouTube
#android #ios #blender #androiddeveloment #iosdevelopment #swift #kotlin #typescript #nextjs #webdev #javascript #threejs #godot #gamedev #reactnative #flutt...
Published August 15, 2024
GitHub
github.com › facebook › react-native › issues › 45804
Only `react-native init` gives a deprecation warning, other commands simply fail with no warning · Issue #45804 · facebook/react-native
June 8, 2024 - Our integration PR: microsoft/react-native-windows#13508 · We get that the react-native command is being deprecated, but what's the point of the code calling warnWithDeprecated() if that function only gives a warning if you're calling init?
Published Jul 29, 2024
npm
npmjs.com › package › react-native-cli
react-native-cli - npm
The React Native CLI tools. Latest version: 2.0.1, last published: 9 years ago. Start using react-native-cli in your project by running `npm i react-native-cli`. There are 47 other projects in the npm registry using react-native-cli.
» npm install react-native-cli
GitHub
github.com › infinitered › ignite › issues › 1978
Jetifier is deprecated. Future versions of react-native CLI may not run it by default. · Issue #1978 · infinitered/ignite
July 13, 2022 - Jetifier is deprecated. Future versions of react-native CLI may not run it by default.#1978
Published Jul 13, 2022
npm
npmjs.com › package › @react-native-community › cli-platform-android
react-native-community/cli-platform-android
This package is part of the [React Native CLI](../../README.md). It contains commands for managing the Android part of React Native app.. Latest version: 20.0.2, last published: 2 months ago. Start using @react-native-community/cli-platform-android in your project by running `npm i ...
» npm install @react-native-community/cli-platform-android
Published Sep 09, 2025
Version 20.0.2
GitHub
github.com › react-native-community › cli › issues › 2288
--mode vs (deprecated) --variant flag - clarity required · Issue #2288 · react-native-community/cli
February 8, 2024 - Ask your Question In the #2026 PR, the deprecated variant flag was swapped out for mode. Looking at the code in the pr, it looks like they effectively do the same thing on Android and pass the buil...
Published Feb 08, 2024
GitHub
github.com › react-native-community › cli › issues › 2575
CLI 15.1.3 depends on deprecated/removed sudo-prompt package · Issue #2575 · react-native-community/cli
October 26, 2024 - System: OS: macOS 15.1.1 CPU: (10) ... "*react-native*": Not Found Android: hermesEnabled: Not found newArchEnabled: Not found iOS: hermesEnabled: Not found newArchEnabled: Not found · npm warns that the CLI package depends on a deprecated/removed package called sudo-prompt -- This is a pretty darn ...
Published Jan 06, 2025
Reddit
reddit.com › r/reactnative › trying to remove "react-native init" is a mistake
r/reactnative on Reddit: Trying to remove "react-native init" is a mistake
October 27, 2024 -
No hate on Expo or anything. Expo is a great tool. I am using it to build my personal projects and the DX is pretty amazing. But forcing developers to either use Expo or use our "long-ass-community-cli-command" to spin up a boilerplate project is a mistake and I hate RN Core Team for this.
Top answer 1 of 5
24
At least they added to the docs (very subtle) at the end of the latest blog post https://reactnative.dev/blog/2024/10/23/release-0.76-new-architecture#upgrade-to-076 npx @react-native-community/cli@latest init MyProject —version latest otherwise it was very hard to find. I hate them too because of this. I’m sorry I don’t like Expo.
2 of 5
6
I really like react native cli As a developer who know native iOS and Android i feel more comfortable with the legacy cli not expo But they almost hide it from the docs