Run a JSS for React Native app in connected mode

Version: 20.x

The JSS connected mode lets you retrieve all layout/route data and assets from a publicly available Sitecore instance.

Important

Before running your React Native application in the connected mode, you must connect your application to a Sitecore instance.

In the sample application, you can inspect the implementation in the /src/dataService/dataService.connected.js file. The getRouteData function invokes the Sitecore Headless Services Layout Service to retrieve data from a Sitecore instance.

Important

We recommend you consult the documentation for the connected application mode for more information.

To run your JSS React Native application, run one of the following scripts in a terminal, depending on your target operating system:

  • For Android:

    RequestResponse
    jss start-android:connected
  • For iOS:

    RequestResponse
    jss start-ios:connected

Do you have some feedback for us?

If you have suggestions for improving this article,