react-native-actions-sheet-picker icon indicating copy to clipboard operation
react-native-actions-sheet-picker copied to clipboard

A React Native component that provides a filterable select dropdown/picker.

Results 8 react-native-actions-sheet-picker issues
Sort by recently updated
recently updated
newest added
trafficstars

KeyboardAwareScrollView not working properly in

tried onClose: onClose={()=>console.log('s)} or to use: actionsSheetProps={{onClose:()=>console.log('s')}} and nothing happens , please help

enhancement

Hi, New Props Suggestion ; * labelContainer Style : for changing label container background Color, margin, padding ...etc, * labelTextStyle : for change fontWeight, fontSize, fontColor ...etc, * * renderItem...

enhancement

when using this library i got this error it has something to do with this: https://stackoverflow.com/a/67550379/12786706 i am using react navigation ![2022-09-25_16h27_00](https://user-images.githubusercontent.com/28202010/192148860-35ce1ed8-2fb5-479d-a886-76ccb4a3759f.png)

In iOS working file but in Android I am getting this error. Handler with tag 1 already exists. Please ensure that no Gesture instance is used across multiple GestureDetectors.

![image](https://user-images.githubusercontent.com/12070317/212325907-14b8e81c-ec7d-4330-b1da-7d8b60d7758a.png) To be exact, on IOS with pod install. react-native-gesture-handler comes with react-navigation and other important packages.