You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have a thin wrapper around Popover that adds <Touchable /> for children that don't have it by default. For that I need to check from prop on being a Rect / Point / function etc.
But to check from on being Point I need that class exported from the package and it is currently not. I have to import it manually from one of the files: import { Point } from "react-native-popover-view/dist/Types";
I believe it should be reexported in react-native-popover-view/dist/index.d.ts file.
The text was updated successfully, but these errors were encountered:
Describe the bug
I have a thin wrapper around
Popover
that adds<Touchable />
for children that don't have it by default. For that I need to checkfrom
prop on being aRect
/Point
/ function etc.But to check
from
on beingPoint
I need that class exported from the package and it is currently not. I have to import it manually from one of the files:import { Point } from "react-native-popover-view/dist/Types";
I believe it should be reexported in
react-native-popover-view/dist/index.d.ts
file.The text was updated successfully, but these errors were encountered: