react-native-magnus
react-native-magnus copied to clipboard
A Utility-First React Native UI Framework 🚀🧩
I found a lot of eslint warnings. I fixed these warnings and also refactor the code in all components and rename the .tsx file extension to ts where it was...
Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.4 to 1.5.5. Release notes Sourced from color-string's releases. 1.5.5 (Patch/Security Release) - hwb() ReDos patch (low-severity) Release notes copied verbatim from the commit message, which can...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 3.1.0 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) v5.1.1 Bug Fixes unescape exclamation mark (#26) (a98874f) v5.1.0 Features add...
Since magnus works on web too, adding responsive props to handle media query both on web and mobile devices is must-have feature.
## Description Placed an item to the right side of the screen and then added a tooltip to it ### Steps to reproduce the behaviour: ``` Hello ref.current!.show()}> ``` ###...
This feature allows to add space between children in div component: https://chakra-ui.com/docs/layout/stack
Hi, I've added `string` to `PositionPropsType` because currently React Native support using percentage values into this props. ```typescript top="25%" bottom="75%" left="50%" right="100%" ``` All of this props works but the...
This fixes the `renderNoResultsView` component from not rendering. The function was returning `void` instead of the component. Fixes #94
## Description The default component or custom component for `renderNoResultsView` in the `Select` component is not displayed when the search returns no data. ### Steps to reproduce the behaviour: 1....