Skip to content

Commit

Permalink
sponsors page
Browse files Browse the repository at this point in the history
  • Loading branch information
kharioki committed Nov 1, 2024
1 parent fb7978f commit f1c339d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,7 @@ yarn-error.*
# The following patterns were generated by expo-cli

expo-env.d.ts
# @end expo-cli
# @end expo-cli

# eas build
renderconke-6097b567a2ed.json
4 changes: 2 additions & 2 deletions app/(tabs)/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { AntDesign } from '@expo/vector-icons';

const home = () => {
const handleOpenLink = () => {
Linking.openURL('https://bit.ly/rcke23pics');
Linking.openURL('https://bit.ly/rcke24pics');
};

return (
Expand Down Expand Up @@ -59,7 +59,7 @@ const home = () => {
>
<View style={styles.centered}>
<StyledText font="medium" size="md" style={styles.buttonText}>
View Gallery
View Gallery RenderConKe '24
</StyledText>
<AntDesign name="arrowright" size={16} color={Colors.palette.primary} />
</View>
Expand Down
7 changes: 6 additions & 1 deletion eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
}
},
"submit": {
"production": {}
"production": {
"android": {
"serviceAccountKeyPath": "./renderconke-6097b567a2ed.json",
"track": "production"
}
}
}
}

0 comments on commit f1c339d

Please sign in to comment.