Skip to content

Commit 91d158e

Browse files
Merge pull request #33308 from dannyhw/dannyhw/fix/react-native-template-not-copied
CLI: Fix react native template not copying in init
2 parents 9548e92 + 50ee2cc commit 91d158e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code/core/src/common/utils/get-storybook-info.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export const rendererPackages: Record<string, SupportedRenderer> = {
2929
'@storybook/svelte': SupportedRenderer.SVELTE,
3030
'@storybook/preact': SupportedRenderer.PREACT,
3131
'@storybook/server': SupportedRenderer.SERVER,
32+
'@storybook/react-native': SupportedRenderer.REACT_NATIVE,
3233

3334
// community (outside of monorepo)
3435
'storybook-framework-qwik': SupportedRenderer.QWIK,

0 commit comments

Comments
 (0)