Skip to content

How to create new react native project with latest version and javascript template #109

Closed
@fldvlpr

Description

@fldvlpr

Hey There,

I was trying to create a react native project using following command with latest version, But when project created it always gives me version 0.75.3 instead of 0.78.0
npx @react-native-community/cli@latest init your_project_name --template react-native-javascript-template --package-name "com.yourcompany.yourprojectname"

Also I've tried adding following command, still its not working,
npx @react-native-community/cli@latest init your_project_name --template react-native-javascript-template --package-name "com.yourcompany.yourprojectname" --version 0.78.0

What is the best way or command to create a new react native project with javascript project and version 0.78.0 or latest react native version?

Thanks

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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