Satyanarayana Ruppa

Results 8 issues of Satyanarayana Ruppa

https://github.com/lawnstarter/react-native-picker-select/blob/ca6488c2eef5c776a8071400c8b7987712d43397/src/index.js#L179 If onDownArrow/onUpArrow prop was provided, the `this.onDownArrow` will be called which closes the selector options instead of moving the selected option up/down. This is happening as we are calling...

**Describe the bug** When accessibility is ON on my iOS device, the input accessories are not working(the up and down arrows to switch the selected option and done buttons widget)...

Cases covered: 1. when we change zoom levels, if the scroll is already at the end of the lane, the loading animation is appearing infinitely. 2. if we want to...

instead of showing the loading animation every time the scroll is moved to the end of the lane, shall we expose a new component property (hasMore) to proceed/stop the loader...

would you provide the lane details(atleast id) in the LaneFooter component? so that we can write lane-specific implementation. it might be applicable for other customizable components. @rcdexta @dapi @oliviervanbulck @yashutanna

**Describe the bug** In [this storybook example ](https://rcdexta.com/react-trello/?path=/story/basic-functions--infinite-scrolling) the lane pagination call back is getting called if the zoom level has been adjusted, with the latest release code, when there...

Would you please release this change? this should fix the 'onLaneScroll callback has not been triggered' issue permanently. At a certain zoom level we get minimum 1 as the element...

the pagination call is not getting called all the time. I thought this line can solve the problem, but the