-
{
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"eject": "expo eject"
},
…
-
I am using react-native-multi-selectbox for the multiselect dropdown , after open the dropdown and select the values , while closing the dropdown app is showing error like : Attempt to invoke interfac…
-
When the dropdown component unmounts in RN 0.70.1, it throws an error on removeListner() in react-native-modal. This is due to the changes in react native where removeListner has been renamed to just …
-
Hi y'all. I've merged PRs #230, #238, #239 , #241, #244 in my [fork](https://github.com/siemiatj/react-native-modal-dropdown), so that you don't have to. You can use it in your project redifining th…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-am…
-
### Are you submitting a **bug report** or a **feature request**?
Bug report
### What is the current behavior?
The package `react-native-material-dropdown` has a `data` prop to pass the list of i…
-
Hi, thanks for making this amazing stuff. Actually i'm working on react-native-paper and i'm like using react-native-paper-autocomplete in my project.
So just wish to auto open dropdown if on typi…
-
### Current behavior
When using the `react-navigation/drawer`, the `react-native-picker/picker` is still registering clicks outside of the component.
This appears to only affect Safari.
![picker]…
-
I'm trying to display a dropdown menu in a React Native android app. I used React Native Picker for the purpose, and it seems very limited in styling and positioning the dropdown menu. I cannot get th…
-
![image](https://github.com/react-native-picker/picker/assets/62445940/ce7482f3-c813-43ea-a5c7-52f8bb141030)
"@react-native-picker/picker": "^2.5.1"
`themeVariant` is not working.
how c…