mohebifar / react-native-copilot

Step-by-step walkthrough tooltip for your react native app
MIT License
2.23k stars 406 forks source link

feat: 🎸 CopilotStep support edge to custom rect #327

Open surrenderios opened 2 months ago

surrenderios commented 2 months ago
    <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>