rn-swipeable-panel icon indicating copy to clipboard operation
rn-swipeable-panel copied to clipboard

Zero dependency swipeable bottom panel for React Native 📱

Results 59 rn-swipeable-panel issues
Sort by recently updated
recently updated
newest added

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.0 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Good afternoon! I propose such an incredible improvement. When you scroll the content to the very top, and when you reach the ceiling, hide the window.

I tried to leave the panel active, customized the style. When I drag up it will show the large panel. However, it will disappear if i drag it out. Is...

enhancement

Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3. Release notes Sourced from ws's releases. 5.2.3 Bug fixes Backported 00c425ec to the 5.x release line (76d47c14). Commits 6dd88e7 [dist] 5.2.3 76d47c1 [security] Fix...

dependencies

hey i render component in my view and get this error undefined is not an object (evaluating '_this.state.orientation')

When I try to open the keyboard with rn-swipeable-panel, they won't open I'm using SafeAreaView and Tried normal View and didn't work. Android is working as should be ![image](https://user-images.githubusercontent.com/39404063/112898652-7cac1780-90b7-11eb-8fd8-d99aad132e21.png) ![image](https://user-images.githubusercontent.com/39404063/112898678-86357f80-90b7-11eb-9128-b62f8cf5f008.png)

Im developing an app that uses swipe panel as a view that starts from the middle across the bottom part in all of my screens. But my problem is that...

Thanks for this work I would Ask if it can support a nested tab bar from react navigation cause I am working on similar case but the Tab screen components...

Great lib! I'm wondering if there is anyway to hook into the gesture handler or animated values of the panel in order to animate the contents of the panel in...