create-react-native-app

repository·main·Indexed 12 days ago

https://github.com/expo/create-react-native-app

A deprecated package for creating React Native apps with no build configuration. This tool has been superseded by create-expo-app for initializing new Expo and React Native projects.

Tokens
379
Snippets
3
Records
3
Agent score
46%

What's inside create-react-native-app

  1. Migrate from create-react-native-app to create-expo-app

    main

    The create-react-native-app package is deprecated. To create a new Expo project, you should use create-expo-app instead. This is the recommended way to initialize a new React Native project with the Expo framework.

    # Use one of the following commands to create a new Expo project
    $ npm create expo
    $ bun create expo
    $ pnpm create expo
    $ yarn create expo
  2. Use create-react-native-app to initialize projects

    main

    ⚠️ Warning: This tool does not initialize new React Native projects. It is deprecated for that purpose.

    If you want to create a new React Native project, use one of the following recommended methods:

    • Expo: Use npx create-expo-app
    • React Native Community template: Use npx @react-native-community/cli init

    For more information on environment setup, visit https://reactnative.dev/docs/environment-setup.

    # Recommended for Expo projects
    npx create-expo-app
    
    # Recommended for React Native Community templates
    npx @react-native-community/cli init