react-native-ficus-ui icon indicating copy to clipboard operation
react-native-ficus-ui copied to clipboard

Results 10 react-native-ficus-ui issues
Sort by recently updated
recently updated
newest added

## Description There is an issue with the ScrollBox component: it is unable to occupy the full screen as a ScrollView without resorting to the use of `minH`, which is...

## Description I am unable to style the Input component from the theme. After looking through the Ficus UI codebase and examining the `useDefaultProps` hook, which is supposed to grab...

See here on how to handle it correctly https://stackoverflow.com/questions/51289587/how-to-use-safeareaview-for-android-notch-devices

## Description This Pull Request introduces a refined `Tabs` component for React Native, extending the functionality of the `react-native-tab-view` library. The component is integrated into the Ficus UI library, offering...

The idea is to manage theme and css via emotion; this could enable some nice features like: - `as` prop - Native support of hardcoded css values (right now, only...

## Description Add `Tabs` component with same API as https://chakra-ui.com/docs/components/tabs This component will be based on : https://reactnavigation.org/docs/tab-view/

- [x] `Badge` component - [x] `Avatar`component - [x] Pin input component - [x] Responsive styles with array value in props - [x] Style any RN component with `as` prop...

- [x] Style any RN component with `as` prop on `Box` component - [ ] `Skeleton` component - [ ] `SimpleGrid` component - [ ] `Slider` component - [ ]...