SteffeyDev / react-native-popover-view

A well-tested, adaptable, lightweight <Popover> component for react-native
MIT License
614 stars 92 forks source link

How to maintain only one popover all input text item. #53

Closed nitheeshnd closed 4 years ago

nitheeshnd commented 5 years ago

Hi, I'm facing some reference issue while placing common popover for all text box presented in screen. Any solution?

SteffeyDev commented 5 years ago

How many text boxes do you have? You could get the location of the text boxes yourself and use the fromRect prop to change where the popover originates from just before launching if you want, a little more effort but might work. Or just create one popover for each text box if there's not too many.

SteffeyDev commented 4 years ago

Closing due to inactivity