stacks
stacks copied to clipboard
A set of components for building layouts in React Native. Powered by React Native Unistyles.
When switching to the page it looks like this: When refreshing the page it looks like this (and this is how it supposed to be): Code: ```jsx Nodes ``` This...
If a children of `Stack` renders conditionally, e.g. returns `null` on some instances, it would be expected that spaces are not added between this component and its siblings. However I...
Hey man, thanks again for this amazing lib. We're using it for quite some time now and it works really well. There is one thing though that I was wondering:...
All other components export their props from the root, but FillView isn't exporting his.
👋 I have an issue with the latest expo for web, I get `Can't import the named export 'Children' from non EcmaScript module (only default export is available)` I added...
This PR brings a major update to Stacks. It's using `Unistyles v3` now, and you'll need at least `React Native v0.76.0` to get started. Since `Unistyles v3` is still in...
### Description When using the space props in the Columns component, the right padding will be equal to the value of space when there is only one Column element in...
### Description without setting a unique value for `key` for each divider component rendered by `Stack`, React Native throws this error: `Warning: Each child in a list should have a...