Peace

Results 289 comments of Peace

PRs are welcome :)

This is a community supported library. If there's a feature you need, please submit a PR. I don't fully understand your use case. Could you pass the selected key to...

There are a number of styling props to make it look the way you prefer, though admittedly there are quite a lot to change: https://github.com/peacechen/react-native-modal-selector#props Making the default an Android...

It probably wouldn't look like "Android" if all the styling was removed. If you'd like to try, pass in an empty array `[]` to all the style props. This a...

Thanks @Amrit0991 . Is it still working ok for you with reanimated 2.8.0?

Try setting the prop `horizSpeed={0}`

Hopefully we can consolidate the myriad PR's and move forward improving this library. @fabriziomoscon said he was interested in contributing and I added him as a collaborator. Would you like...

Those are all great ideas. As the project becomes more complex, consider factoring out sub-components into separate files. In my experience, this helps a lot to optimize React performance using...

Selecting an initial item has also been requested in #63. PRs are welcome :)

There are some open issues on the reanimated repo about this. Does this happen in a production build, or only debug? Reports are that this only affects debug builds. https://github.com/software-mansion/react-native-reanimated/issues/183...