react-native-copilot
react-native-copilot copied to clipboard
feat: 🎸 CopilotStep support edge to custom rect
<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>