Skip to content

Commit 11eac42

Browse files
authored
Merge pull request #10 from timmyjose-experiments/branch-3
chore: World -> Mundo
2 parents c853a9f + 0c66bde commit 11eac42

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/expo-preview.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
uses: actions/checkout@v4
2626
with:
2727
token: ${{ secrets.GH_PAT }}
28+
fetch-depth: 0
29+
ref: ${{ github.event.issue.pull_request.head.ref }}
2830

2931
- name: 🏗 Setup Node
3032
uses: actions/setup-node@v4

src/screens/Demo.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ const Demo = () => {
1010
return (
1111
<SafeAreaView style={styles.container}>
1212
<Text>Hello</Text>
13-
<Text>World</Text>
13+
<Text>Mundo</Text>
14+
<Text>Again</Text>
15+
<Text>And Again</Text>
1416
<Pressable
1517
style={styles.button}
1618
onPress={() => navigation.navigate('Home')}>

0 commit comments

Comments
 (0)