Giter VIP home page Giter VIP logo

Comments (12)

scesbron avatar scesbron commented on June 10, 2024 1

@dannyhw yes the storybook file are generated.

We finally solved our issue, our problem was linked to the fact that we are using storybook in a monorepo.

We updated our metro config based on this doc https://github.com/storybookjs/react-native/blob/next/MIGRATION.md#metro-config

With our setup the config was not correct we needed to keep some particularities to define the projectRoot

const root = path.resolve(__dirname, '../../');
module.exports = (async () => {
  const {
    resolver: { sourceExts, assetExts },
  } = await getDefaultConfig(__dirname);

  return {
    projectRoot: root,

from react-native.

viter-sweatcon avatar viter-sweatcon commented on June 10, 2024

I deleted all files from storybookjs/react-native project then re-run yarn and then I received new error: Unable to resolve "@babel/runtime/helpers/interopRequireDefault" from "index.js"

from react-native.

dannyhw avatar dannyhw commented on June 10, 2024

can you show the versions of each storybook package that you have installed?

from react-native.

viter-sweatcon avatar viter-sweatcon commented on June 10, 2024

I don't understand a question :( I didn't write(add) any code. By the way this project https://github.com/dannyhw/expo-storybook-starter - works fine out the box.

from react-native.

dannyhw avatar dannyhw commented on June 10, 2024

oh I see the example project, sorry I didn't read the post correctly. Let me double check that.

from react-native.

dannyhw avatar dannyhw commented on June 10, 2024

@viter-sweatcon You just need to run yarn storybook-generate first, sorry about the confusion. Just pushed the generated file so its easier to get started.

from react-native.

viter-sweatcon avatar viter-sweatcon commented on June 10, 2024

I used command yarn storybook-generate and I tried one more time do this but still have error: "@babel/runtime/helpers/interopRequireDefault" from "index.js"

from react-native.

dannyhw avatar dannyhw commented on June 10, 2024

can you try the next branch

from react-native.

scesbron avatar scesbron commented on June 10, 2024

I think I have the same problem but it's hard for me to have a reproducible example.

Our app is a monorepo and we just did the migration from storybook 6 to storybook 7. My dependencies for my react-native storybook are

    "@storybook/addon-actions": "~7.6.17",
    "@storybook/addon-ondevice-actions": "~7.6.15",
    "@storybook/addon-ondevice-controls": "~7.6.15",
    "@storybook/react": "~7.6.17",
    "@storybook/react-native": "~7.6.15",

After the migration our app on dev works well but when we want to build it we have the error

error Unable to resolve module @babel/runtime/helpers/interopRequireDefault from /Users/seb/dev/front/packages/mobile-ui/index.tsx: @babel/runtime/helpers/interopRequireDefault could not be found within the project or in these directories:
  node_modules
  ../../node_modules
> 1 | import React from 'react';

@babel/runtime is in our monorepo dependencies in latest version 7.23.9.

from react-native.

dannyhw avatar dannyhw commented on June 10, 2024

@scesbron what do you mean by "when we want to build it" what command are you using for that for example.

from react-native.

scesbron avatar scesbron commented on June 10, 2024

The command is a bit complex because of our monorepo setting but basically it does the same thing as npx react-native bundle.

from react-native.

dannyhw avatar dannyhw commented on June 10, 2024

@scesbron do you have the storybook requires file generated? that seems to have been the problem for this issue originally.

It's really hard to pinpoint an issue for you without more context on your problem though.

from react-native.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.