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
- 🔧 added `flexBasis: 'auto'`(primarily for `react-native-web` compatibility) [2d454ad](https://github.com/mobily/stacks/commit/2d454addabe3bfdbd701e84d86db89d4bf052b1c)
87
+
- 🔧 added `flexBasis: 'auto'` for `react-native-web` compatibility
87
88
- 📝 update docs
88
89
89
90
### `v0.6.1`
90
91
91
-
- 🔧 use `stretch` as a default value of `alignX/Y`property (Stack, Columns, Box) [f38ddc7](https://github.com/mobily/stacks/commit/f38ddc74b25fff0c8217a475b7dbf6bcb779692c)[4e3822c](https://github.com/mobily/stacks/commit/4e3822c1f5aca3277a3d31860e2ca3f1a0b35a7b)[10b1dea](https://github.com/mobily/stacks/commit/10b1dea042d4dd4380e5a9459096eea7134f1e1e)
92
+
- 🔧 use `stretch` as a default value of the `alignX/Y`prop
Copy file name to clipboardExpand all lines: docs/docs/react-native-web.md
+51Lines changed: 51 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,57 @@ Since `Stacks` components use `window` dimensions, SSR support is limited. If yo
7
7
8
8
Don't forget to add `react-native-web` to your Babel config. Also, add `{ commonjs: true }` to the RNW Babel plugin config, if either RNW styles cause a bug, or SSR support is enabled.
9
9
10
+
## Expo
11
+
12
+
Install `@expo/webpack-config` and `babel-plugin-react-native-web`:
0 commit comments