-
### Description
Slider can't slide in ActionSheet Component, but it can click
### CodeSandbox/Snack link
_No response_
### Steps to reproduce
1. Go to '...'
2. Click on '...'
3. Scroll down t…
-
> 我们最终的目标是希望 Mobile Vue 和 Mobile React**可以共用一套样式文件、一套示例文档**。目前 Mobile Vue 端已发布Stable版本,因此在做组件升级时,我们需要和 Mobile Vue端的同名组件保持一样的 DOM结构,以复用一套样式,组件示例文件命名也应和 Mobile Vue 端命名保持一致,以复用一套示例文档。
## 开发指引
[mobil…
-
### Description
Trying your example for keyboardAvoidingView when you are using ActionSheet but it does not work on ios
### CodeSandbox/Snack link
_No response_
### Steps to reproduce
1. add exam…
-
### Description
KeyboardAvoidingView cannot take effect in Actionsheet when set the useRNModal true. Another problem, the zIndex cannot take effect too.
### CodeSandbox/Snack link
_No response_
##…
-
运行环境:微信小程序
图鸟版本:1.0.20
actionSheetRef.value?.show({
title: '设置入群审批',
actions: [
{ text: 'label1', value: '1' },
{ text: 'label2', value: '2', },
],
cancelText: '取消',
select: (…
-
Test case using `react-native-navbar`
````js
render() {
return (
this.actionSheet.show() }}
/>
{ this.actionSheet = actionSheet }}
position="…
-
Hi! First of all, I love this component. Thanks a lot for creating it!
I was wondering if there is a way to make this work with ActionSheets. I noticed that actionsheets are displayed under the overl…
dvcrn updated
8 years ago
-
# Bug
Because the actionsheet is using the BlurView library, other areas that I use BlurView in are triggering the following error.
![Screenshot 2023-11-17 at 11 37 02 PM](https://github…
-
https://github.com/user-attachments/assets/7a7bb582-3212-4700-8f14-486a2923b3f0
The action sheet magically disappears after appearing.
```
`import React, { useRef } from "react";
import { St…
-
// Issue 1: While sheet is fullscren, the keyboard handler makes the sheet rapidly close and open again, onFocus, and onBlur.
// Issue 2: There's no method to add margin to the top of the main co…