Skip to content

Commit

Permalink
Merge pull request #25296 from storybookjs/dannyhw/fix-addon-actions-…
Browse files Browse the repository at this point in the history
…react-native

Addon-actions: Fix module resolution for react-native
(cherry picked from commit 3abd0ba)
  • Loading branch information
shilman authored and storybook-bot committed Jan 12, 2024
1 parent b1ac63b commit 2193581
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/addons/actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"react-native": "dist/index.mjs",
"types": "dist/index.d.ts",
"typesVersions": {
"*": {
Expand Down

0 comments on commit 2193581

Please sign in to comment.