react-native-magnus
react-native-magnus copied to clipboard
A Utility-First React Native UI Framework 🚀🧩
## Description When you are searching in a `Select` input, when you go to select an `Option` the keyboard is dismissed. Then it requires another tap to select the `Option`....
## Summary Can we have a component wrapper around `react-native-fast-image` that supports magnus theming and styling guidelines. ## Motivation Currently Image component we have with magnus is wrapper around [React...
## Summary If we could handle the date picker in Magnus, it would be awesome! ## Motivation Why should this be worked on? What problems or use cases does it...
## Summary Sometimes I need to customize the location of the pointer in the Tooltip component. It would be awesome! ## Motivation Why should this be worked on? What problems...
`deepmerge` and `validate-color` is include in `dependencies`. I think those packages not need `peerDependency`
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. With this change I am able...
## Summary Be able to change ThemeProvider setup to dark mode, globally ## Motivation Modern, lots of users tend to expect it since many pages and apps already implemented it....
``` warning " > [email protected]" has incorrect peer dependency "react-native-vector-icons@^6.6.0". warning " > [email protected]" has incorrect peer dependency "react@^17.0.1". warning " > [email protected]" has unmet peer dependency "react-dom@^17.0.1". ```
## Description Example 3 from the [example page](https://magnus-ui.com/docs/examples/) has 'explor' instead of 'explore' as a heading.
Rather than have just direct style props for components, `theme-ui` has an `sx` object prop. I find it to be a really nice design pattern for styles. However, it is...