react-native-ficus-ui
react-native-ficus-ui copied to clipboard
### Misplaced Tab style ``` const Tab: FC = ({ children, ...rest }) => { const { theme } = useTheme(); const styles = getStyle(theme, rest); return {children as ReactNode};...
### TabPanel _linkedTo_ property The example code given on ficusUI is not working (but the demo is). The property **linkedTo** is not recognized in the type PanelProps which create a...
Switch style looks to not be managed on theme
To follow standards such as tailwdincss, it would be nice to be able to create colors with 950 shades. Currently, the typing of FicusUI only allows up to 900. ...
### ColorScheme Currently, it is not possible to define the colorScheme props at "black" and other personalized theme colors (instead it renders a white background), because of the .500 part...
The Image component accept not managed props, like `src`, `height`, `width`. I think ImageProps should be update, or even better those props should works as expected (src as a shortcut...
I am getting below error ERROR Warning: useLayoutEffect does nothing on the server, because its effect cannot be encoded into the server renderer's output format. This will lead to a...
The first example section is mentionning checkbox instead of radio