Closed slytter closed 5 months ago
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days.
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days.
I'd be interested in this too!
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days.
This issue was closed because it has been stalled for 15 days with no activity.
Is your feature request related to a problem? Please describe. expo-image is beginning to take over
<Image/>
component from react native.Describe the solution you'd like Instead of making a new exported component maybe we could implement a createZoomComponent, which would make any kind of component zoomable, with your current implementation.
Then you could go:
Describe alternatives you've considered Another way would be to implement a
<ZoomableView>{children}</ZoomableView>
kind of component that could just make any child component zoomable.