Skip to content

Commit

Permalink
chore: update playground example
Browse files Browse the repository at this point in the history
  • Loading branch information
enesozturk committed Jul 19, 2022
1 parent 96e4f6b commit 6ddcc9d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions example/src/screens/Playground/Playground.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,9 @@ const Playground = ({}: PlaygroundProps) => {
<View style={[styles.column, styles.content]}>
<View style={[styles.row]}>
<HoldItem items={items} menuAnchorPosition="bottom-left">
<Pressable
onPress={() => {
Alert.alert('press');
}}
style={themeStyles.item}
>
<View style={themeStyles.item}>
<View style={[themeStyles.dot, styles.bottomLeft]} />
</Pressable>
</View>
</HoldItem>
<HoldItem items={items}>
<View style={themeStyles.item}>
Expand Down

0 comments on commit 6ddcc9d

Please sign in to comment.