Skip to content

[react-native init] Add a flag to exclude Flipper installation #655

@o-alexandrov

Description

@o-alexandrov

Related issues

Current problem

On iOS, there's a way to not install Flipper conditionally with NO_FLIPPER env variable, whereas on Android it's always installed as part of the debug release.
On Android, the only way to completely get rid of Flipper is to manually remove it from code.

Proposal

Projects that do not need Flipper would be cleaner (thus, simpler to understand/maintain), if users would have an option --no-flipper (to not have Flipper in their codebase).

$ npx react-native init APP_NAME --no-flipper

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions