Skip to content

Commit

Permalink
fixing but
Browse files Browse the repository at this point in the history
  • Loading branch information
belmirofss committed Jul 28, 2023
1 parent f417348 commit 2d9795e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "Statsfy",
"slug": "statsfy",
"version": "3.0.1",
"version": "3.0.2",
"orientation": "portrait",
"icon": "./assets/icon.png",
"scheme": "com.yabcompany.statsfy3",
Expand All @@ -23,7 +23,7 @@
},
"android": {
"package": "com.yabcompany.statsfy",
"versionCode": 12,
"versionCode": 13,
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"react-native-screens": "~3.20.0",
"react-native-view-shot": "3.5.0",
"react-query": "^3.39.3",
"@react-native-async-storage/async-storage": "1.17.11"
"@react-native-async-storage/async-storage": "1.17.11",
"react-native-pager-view": "6.1.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
6 changes: 6 additions & 0 deletions src/components/BuyMeACoffee.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ export const BuyMeACoffe = () => {
<Banner
visible
actions={[
{
label: "No",
onPress: dismiss,
textColor: Theme.colors.darkWithTransparency,
buttonColor: Theme.colors.light,
},
{
label: "Buy me a coffee",
onPress: open,
Expand Down

0 comments on commit 2d9795e

Please sign in to comment.