Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

bindToBorder Doesn't work. #78

Description

@mahiraltinkaya

Hello there;
I tried to explain with pictures and I show the styles clearly. I expect the image to stay in the layout, but the image gets bigger as possible.

Can you help me where am I going wrong?
WhatsApp Image 2021-07-16 at 00 07 42 (2)
WhatsApp Image 2021-07-16 at 00 07 42 (1)
WhatsApp Image 2021-07-16 at 00 07 42

  return (
    <Layout
      style={[
        {
          flex: 1,
          backgroundColor: "black",
          flexDirection: "column",
          width: MAX_WIDTH,
        },
      ]}
    >
      <Layout style={{ width: 350, height: 350 }}>
        <ReactNativeZoomableView
          ref={zoomBottom}
          maxZoom={1.3}
          minZoom={1}
          zoomEnabled={true}
          movementSensibility={3}
          initialZoom={1}
          bindToBorders={true}
          //   onZoomAfter={logOutZoomStateBottom}
          style={{ width: 350, height: 350, padding: 10 }}
        >
          <Image
            source={props.original}
            style={{ width: 320, height: 320 }}
            resizeMode="contain"
          ></Image>
        </ReactNativeZoomableView>
      </Layout>
      <Layout
        style={{
          flex: 1,
          width: MAX_WIDTH,
          backgroundColor: "black",
        }}
      ></Layout>
    </Layout>
  );

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions