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
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.
The text was updated successfully, but these errors were encountered:
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 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.
The text was updated successfully, but these errors were encountered: