react-native-community / cli

The React Native Community CLI - command line tools to help you build RN apps
MIT License
2.37k stars 901 forks source link

option to initialize a project without flipper #2098

Closed AminDannak closed 1 year ago

AminDannak commented 1 year ago

Describe the Feature

just having an option to initialize a new react native project without being forced to use flipper!

Possible Implementations

probably something like this: npx react-native init --template no-flipper or npx react-native init --no-flipper

Related Issues

I saw this issue in flipper repo: https://github.com/facebook/flipper/issues/4748

szymonrybczak commented 1 year ago

Hey @AminDannak, as of this RFC Core Team is removing Flipper integration from template so starting from React Native 0.73 Flipper is not longer included by default in template.

cortinico commented 1 year ago

Hey @AminDannak, as of this RFC Core Team is removing Flipper integration from template so starting from React Native 0.73 Flipper is not longer included by default in template.

To clarify, this is not entirely correct. Flipper is still included in the template for 0.73 as deprecated, but will be removed in 0.74