Skip to content

Commit

Permalink
Update storybook.requires.ts.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Jun 10, 2024
1 parent dcc3561 commit fa801a1
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ import {
getProjectAnnotations,
} from "@storybook/react-native";

/*
import "@storybook/addon-ondevice-notes/register";
import "@storybook/addon-ondevice-controls/register";
import "@storybook/addon-ondevice-knobs/register";
import "@storybook/addon-ondevice-backgrounds/register";
import "@storybook/addon-ondevice-actions/register";
*/

const normalizedStories = [
{
Expand Down Expand Up @@ -49,7 +51,7 @@ declare global {
const annotations = [
require("./preview"),
require("@storybook/react-native/dist/preview"),
require("@storybook/addon-actions/preview"),
// require("@storybook/addon-actions/preview"),
];

global.STORIES = normalizedStories;
Expand Down

0 comments on commit fa801a1

Please sign in to comment.