mikaello
mikaello
@aniketcgi I think you have a mistake in your code. When I cleaned up your code and tested in expo snack it works as expected: https://snack.expo.io/@mikaello/reset-example
@aniketcgi Ah, it worked in the web-viewer, but not on mobile simulator. This should work: https://snack.expo.io/@mikaello/reset-example2
I agree that conceptual this should be just fine. Just be aware of an issue regarding iOS and `onChange` while closing a modal. The way it is done today is...
Well done, @waynebloss! Here are some of my notes from things I have either seen in forks or thought about: * ~`propTypes.animationType`. Description: `optional, none/fade/slide, animation of modal`~ implemented in...
I see your concern about the icon, I implemented an example with icon and it become a little messy. So until someone sends a good PR or more people requesting...
There is not a function for this as of now, but you can try the suggestions mentioned in #50. Otherwise are PRs always welcome :-)
Check out [peacechen/react-native-modal-selector](https://github.com/peacechen/react-native-modal-selector), it is an updated fork which have fixed this and other issues.
I think you are better of switching to a maintained fork, e.g. [`react-native-modal-selector`](https://github.com/peacechen/react-native-modal-selector) than waiting for @d-a-n to merge this.
This is a duplicate, see #58 . And for a mantained repo, see [react-native-modal-selector](https://github.com/peacechen/react-native-modal-selector)
Check out the issue[ _Reset the component_](https://github.com/peacechen/react-native-modal-selector/issues/50) in the fork `react-native-modal-selector`