Skip to content

Storybook ​

Storybook is the design system component demo library for the Engineer App. It allows developers to view and interact with UI components in isolation, making it easier to develop, test, and document the design system.

Overview ​

The app uses React Native Storybook v9 which runs directly on device/simulator rather than in a web browser. This provides an accurate representation of how components will look and behave in the actual app.

Accessing Storybook ​

Storybook is only available in non-production builds - The dev config bar is not shown on production builds.

From the Login Screen ​

  1. Navigate to the login screen
  2. Locate the Dev Config Bar at the bottom of the screen
  3. Tap the Guides icon (book icon)
  4. Storybook opens in a full-screen overlay
  5. Tap the close button (bottom-right corner) to exit