GoLand 2025.2 Help

React Native

React Native is an open-source framework for building mobile applications. For more information, refer to the official React Native documentation.

Before creating a React Native project, install the Node.js interpreter. You can download it from the official Node.js website.

  1. Select File | New | Project.

    Alternatively, navigate to New | Project on the Welcome to GoLand dialog.

  2. In the New Project dialog, click React Native.

  3. In the Location field, specify the path to your project.

  4. From the Node interpreter list, select the Node.js interpreter or specify the path to the Node.js installation.

  5. Click Create.

24 June 2025