James Jara Web
James Jara Web
Storyshots is unable to run tests using Angular 12 or 13 with storybook suite 6.4.9 ot 6.5.0-alpha.4
Same issue using react-native FYI
this repo doesnt'work
had the same issue. its happeing when having expo as env. add this node_modules/react-native-rename/lib/index.js:98:42 ``` - var currentAppName = appConfig.name; + appConfig = appConfig.expo; + var currentAppName = appConfig.name; ```
Same here... there is not Method ANNOUNCE is rtspServer.class, can you open the file and replace /ANNOUNCE/DESCRIBE/ and try again?
In some cases, it is just a little detail, please check your activity frame, open it in text mode, lookup for the surface element and replace with the majorkernelpanic package...
it's currently using an older version of react-native reanimated, use the resolution to use 1.9.0 ``` "resolutions": { "react-native-skeleton-content-nonexpo/react-native-reanimated": "~1.9.0" }, ```
I want to help too @nhducit
yes, which fixes?
Agreed, It's a bit confusing how the docs are explained, by reading the docs it seemed that you are supporting story books for reaact native. When you read "demos of...
yep, this is because I was understanding (and other guys in stackoverflow) that we can build a static website from the react-native storybook components, just like the title of this...