Peace

Results 289 comments of Peace

Thanks for noticing that @deepankar14693 . Please submit a PR to match based on key instead of label.

That's a creative way to reset the component, mikaello. PR's are always welcome, @sam-tse :)

Does `onValueModelChange` exist in your code? Is the context `this` correct?

The warning should be a simple fix. The propType needs to change to accept either a string or object. Looking through the code, I'm surprised that an icon works for...

I see, a `` component can have an Icon within it 😄 All that needs to be changed is the propType for `initValue`, along with the documentation. Would you be...

Fork this project, make the changes to the code & Readme, then create a pull request. https://help.github.com/en/articles/creating-a-pull-request

Thanks @luisnaranjo733 for the detailed explanation. Would you be interested in creating a PR to implement this? My initial thought is that there are too many unique testID props to...

That should be straight-forward. Add it to the TouchableOpacity props, falling back to a prefixed version. For example at https://github.com/peacechen/react-native-modal-selector/blob/master/index.js#L164 ```

Thanks @Merlier for submitting the PR. I'll review and provide feedback.

I merged @Merlier 's PR 148 with minor tweaks. This is currently on the master branch (hopefully Github will rename that to main). Until the next version is published, you...