Skip to content

Commit cb7858a

Browse files
Implemented clipboard demo.
1 parent 7e89fcb commit cb7858a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/(tabs)/three.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { View, Text, StyleSheet } from "react-native";
2+
import ClipboardDemo from "@/components/ClipboardDemo";
23

34
export default function SimplePage() {
45
return (
@@ -7,6 +8,7 @@ export default function SimplePage() {
78
<Text style={styles.text}>
89
This is some example text to show a plain page component.
910
</Text>
11+
<ClipboardDemo />
1012
</View>
1113
);
1214
}

0 commit comments

Comments
 (0)