Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not Able to use Under View #100

Open
vishalsohani27 opened this issue May 7, 2024 · 0 comments
Open

Not Able to use Under View #100

vishalsohani27 opened this issue May 7, 2024 · 0 comments

Comments

@vishalsohani27
Copy link

If i use ReactNativeZoomableView Independentely it words like follow....
<ReactNativeZoomableView
maxZoom={5.5}
minZoom={0.5}
zoomStep={0.1}
initialZoom={1}
bindToBorders={true}
onZoomAfter={this.logOutZoomState}
style={{
padding: 1,
}}>
<Image
source={{uri: myimage}} // Your background image
style={{height: screenWidth, width: screenWidth, top: 10}}
/>

 **but**

But it does not work if i use it under
like following

----Rest of the code ----

since it is not visible under i am not able to play with image overlay type functions.
please let me know if i am wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant