react-native-copilot icon indicating copy to clipboard operation
react-native-copilot copied to clipboard

feat: 🎸 CopilotStep support edge to custom rect

Open surrenderios opened this issue 1 year ago • 0 comments

    <CopilotStep
      name="edge"
      order={1}
      text="use edge to expand or reduce highlight size"
      edge={{
        top: -14,
        left: -12,
        bottom: -14,
        right: -12,
      }}
    >
      <WalkthroughableView style={styles.container}>
        ...
      </WalkthroughableView>
    </CopilotStep>

surrenderios avatar Jul 16 '24 08:07 surrenderios