Thomas Cedrini
Thomas Cedrini
Hello everyone, I discovered Restangular a month ago and I really enjoy using it. Nevertheless, I feel like something is missing in the way I use it. For instance, each...
### Current behaviour The Drawer.Item component does not render the hover state in web applications. ### Expected behaviour Render a hover state as it was added in this PR https://github.com/callstack/react-native-paper/pull/3909...
fix #24 The onBlur event is taking precedence over when pressing a new value in the selection list. Without the event, the onChange event is fired and the autocomplete still...
Hello guys ! I tried this package on a react-native-web project and ran into this problem. Once a value is selected, nothing happens when I try to change my selection....
## What did you do? Try to create a Placeholder component in React Native like that : ``` import ContentLoader from "react-content-loader/native"; export function Placeholder() { return ; } ```...