You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MIGRATION.md
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,27 @@ export const parameters = {
100
100
101
101
We use the sbmodern resolver field in order to resolve the modern version of storybook packages. Doing this removes the polyfills that ship in commonjs modules and fixes multiple long standing issues such as the promises never resolving bug and more (caused by corejs promises polyfill).
102
102
103
+
**Expo**
104
+
105
+
First create metro config file if you don't have it yet.
106
+
```sh
107
+
npx expo customize metro.config.js
108
+
```
109
+
110
+
Then add sbmodern to the start of the `resolver.resolverMainFields` list.
0 commit comments