Skip to content

Commit 4175def

Browse files
committed
chore: add Hi
1 parent dcdd1e8 commit 4175def

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/expo-preview.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
id: command
1414
uses: xt0rted/slash-command-action@v1
1515
with:
16-
token: ${{ secrets.GH_PAT }}
16+
repo-token: ${{ secrets.GH_PAT }}
1717
continue-on-error: true
1818
command: preview
1919
reaction: "true"

src/screens/Demo.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const Demo = () => {
99

1010
return (
1111
<SafeAreaView style={styles.container}>
12+
<Text>Hi</Text>
1213
<Pressable
1314
style={styles.button}
1415
onPress={() => navigation.navigate('Home')}>

0 commit comments

Comments
 (0)