Describe the bug
I'm not able to correctly type the ref to use in the from prop. I suspect this was introduced with this change.
Basically, the ref needs to be typed as React.Component for this package to accept it as a from value, but when the ref is typed as such, React Native doesn't accept it.
Describe the bug I'm not able to correctly type the ref to use in the
from
prop. I suspect this was introduced with this change.Basically, the ref needs to be typed as
React.Component
for this package to accept it as afrom
value, but when the ref is typed as such, React Native doesn't accept it.Device/Setup Info:
react-native
version: 0.74.3react-native-popover-view
version: 5.1.8Screenshots