Skip to content

Commit 1678809

Browse files
authored
Develop (#84)
* Feature/fasting times (#79) * CICD update to broader v tags * feat: cross-platform Lottie fireworks animation and improved date/time picker for fasting * Feature/fasting history (#81) * CICD update to broader v tags * feat: cross-platform Lottie fireworks animation and improved date/time picker for fasting * fasting history added, navigation icon changes * fasting history added, navigation icon changes * fasting history added, navigation icon changes * Feature/fasting goals (#83) * Develop (#82) * Feature/fasting times (#79) * CICD update to broader v tags * feat: cross-platform Lottie fireworks animation and improved date/time picker for fasting * Feature/fasting history (#81) * CICD update to broader v tags * feat: cross-platform Lottie fireworks animation and improved date/time picker for fasting * fasting history added, navigation icon changes * fasting history added, navigation icon changes * fasting history added, navigation icon changes * Fasting goals and progress to goals added * Fasting goals and progress to goals added * rollback dependencies due to compatibility issues * rollback dependencies due to compatibility issues
1 parent 018bf04 commit 1678809

File tree

7 files changed

+4696
-3339
lines changed

7 files changed

+4696
-3339
lines changed

app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"expo": {
33
"name": "SimpleFastApp",
44
"slug": "simplefast",
5-
"version": "0.0.6",
5+
"version": "0.0.7",
66
"orientation": "portrait",
77
"icon": "./assets/icon.png",
88
"userInterfaceStyle": "light",

package-lock.json

Lines changed: 4056 additions & 3175 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simplefastapp",
3-
"version": "1.0.0",
3+
"version": "0.0.7",
44
"main": "index.ts",
55
"type": "module",
66
"scripts": {
@@ -40,7 +40,7 @@
4040
"lottie-react-native": "7.2.2",
4141
"moment": "^2.30.1",
4242
"number-flow": "^0.5.7",
43-
"react": "19.0.0",
43+
"react": "18.3.1",
4444
"react-apexcharts": "^1.7.0",
4545
"react-datetime": "^3.3.1",
4646
"react-dom": "19.0.0",

0 commit comments

Comments
 (0)