Bogdan Gorelkin
Bogdan Gorelkin
### Reproduction link [](https://codesandbox.io/s/antd-reproduction-template-forked-5j496u?file=/index.js) ### Steps to reproduce During opening antd modal I can see for 10ms that my modal is increased and displays not the first page...
When you are trying to ```ts import UserAvatar from 'react-native-user-avatar' ``` an error occurs: _Could not find a declaration file for module 'react-native-user-avatar'._ I guess pushing a new tag to...
### Motivation I am using smooth-scrollbar in react application. I need to have an header of scrolled content at the top of SmoothScrollbar container, however `position: 'sticky'` doesn't work. ###...
In some cases it would be useful to get the BottomSheet state. Especially when the same button should open and close the sheet. It would be great if you'll add...