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 Overflow
🌐
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
    
🌐
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 ...
🌐
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
🌐
Medium
medium.com › @onix_react › release-react-native-0-75-7272b47ceac3
Release React Native 0.75. The release of React Native 0.75 marks… | by Onix React | Medium
August 15, 2024 - Sunsetting react-native init: The react-native init command will be deprecated on December 31st, 2024. After this date, use npx create-expo-app for Expo or npx @react-native-community/cli init for the Community CLI.
Find elsewhere
🌐
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
🌐
DEV Community
dev.to › jocanola › react-native-cli-vs-expo-cli-clearing-up-misconceptions-2fl4
React Native CLI vs Expo CLI: Clearing Up Misconceptions - DEV Community
September 18, 2025 - Now: The eject option has been deprecated and replaced with expo prebuild, which generates the same native projects (Xcode/Android Studio) you’d get with React Native CLI.
🌐
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.
🌐
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
    
Published   Dec 16, 2016
Version   2.0.1
🌐
Medium
medium.com › @onix_react › release-react-native-0-77-555f6b202bc6
Release React Native 0.77. React Native 0.77 is now available… | by Onix React | Medium
January 22, 2025 - Android 15 & 16KB Page Support: Improved memory handling and edge-to-edge UI compatibility. Community CLI & Template Updates: Deprecation of react-native init in favor of npx create-expo-app.
🌐
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
    
🌐
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
🌐
Stack Overflow
stackoverflow.com › questions › tagged › react-native-cli
Newest 'react-native-cli' Questions - Stack Overflow
Getting this issue on iOS while upgrading my RN version to 0.76.7, I started the upgrade from 0.67.3. I have followed and worked on using the upgrade helper. Trying to run on the NEW Architecture. Im ... ... So I've been working on an existing project from React Native CLI.