React-Native-ViewPager
                                
                                 React-Native-ViewPager copied to clipboard
                                
                                    React-Native-ViewPager copied to clipboard
                            
                            
                            
                        Please add keyboardShouldPersistTap prop
Since the ViewPager uses a ScrollView on iOS but doesn't provide access to its keyboardShouldPersistTap prop, I get the typical problem: I have a TextInput in the ViewPager and when it is focussed and I tap somewhere outside the TextInput, the TextInput is blurred, but otherwise the tap is ignored. So I can't immediately tap on e.g. a button.
Any updates on this?