react-native-picker-modal-view icon indicating copy to clipboard operation
react-native-picker-modal-view copied to clipboard

An unified React Native Picker Modal component for iOS and Android.

Results 62 react-native-picker-modal-view issues
Sort by recently updated
recently updated
newest added

Most React components that deal with user input accept callbacks returned by React.useState, for instance: ```tsx import { TextInput } from "react-native" ... export const MyComponent = () => {...

feature_request

Please make the following arguments optional: * onClosed * onEndReached Right now user must pass empty handlers such as `onClosed={() => {}}`.

feature_request

I'm not able to add color to the top part / StatusBar color Project Details: ``` ... "react": "16.11.0", "react-native": "0.62.2", ... "react-native-picker-modal-view": "^1.3.2", Running on iOS 14 and Android...

question

Can we access to the Modal style to update the props of it such as background color

feature_request

how can i change the font? i need to change items font, search font i try renderListItem for changing the fonts for items like this ``` renderListItem={data => {data.Name}} ```...

question

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn&package-manager=npm_and_yarn&previous-version=5.7.3&new-version=5.7.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...

dependencies

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn&package-manager=npm_and_yarn&previous-version=5.7.3&new-version=5.7.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...

dependencies

I believe I have a problem when I use two or more PickerModal components. I have a Picker wich items depends on selecting values from another Picker. I wrapped PickerModal...

I want to show modal without onPress any button. how can i handle?