Track your gym progress, completely offline.
Go to file
Brandon Presley 1d68ba86f5 Remove useFocusEffect
It was lagging the app out.
2022-07-07 15:13:44 +12:00
.bundle First commit 2022-06-30 18:50:52 +12:00
__tests__ First commit 2022-06-30 18:50:52 +12:00
android Switch some modals to dialogs and fix light mode 2022-07-06 21:03:56 +12:00
ios First commit 2022-06-30 18:50:52 +12:00
.buckconfig First commit 2022-06-30 18:50:52 +12:00
.eslintrc.js First commit 2022-06-30 18:50:52 +12:00
.gitignore First commit 2022-06-30 18:50:52 +12:00
.prettierrc.js First commit 2022-06-30 18:50:52 +12:00
.ruby-version First commit 2022-06-30 18:50:52 +12:00
.watchmanconfig First commit 2022-06-30 18:50:52 +12:00
App.tsx Ensure only one connection to SQLite exists 2022-07-07 14:18:38 +12:00
BatteryDialog.tsx Edit BatteryDialog text 2022-07-06 21:58:05 +12:00
DayMenu.tsx Align plans to the end 2022-07-06 22:02:43 +12:00
EditPlan.tsx Remove useFocusEffect 2022-07-07 15:13:44 +12:00
EditSet.tsx Remove useFocusEffect 2022-07-07 15:13:44 +12:00
Exercises.tsx Remove useFocusEffect 2022-07-07 15:13:44 +12:00
Gemfile First commit 2022-06-30 18:50:52 +12:00
Home.tsx Remove useFocusEffect 2022-07-07 15:13:44 +12:00
PlanItem.tsx Remove useFocusEffect 2022-07-07 15:13:44 +12:00
Plans.tsx Remove useFocusEffect 2022-07-07 15:13:44 +12:00
SetItem.tsx Remove useFocusEffect 2022-07-07 15:13:44 +12:00
Settings.tsx Remove useFocusEffect 2022-07-07 15:13:44 +12:00
WorkoutMenu.tsx Align plans to the end 2022-07-06 22:02:43 +12:00
app.json First commit 2022-06-30 18:50:52 +12:00
babel.config.js Add basic CRUD for sets 2022-07-03 13:50:01 +12:00
db.ts Ensure only one connection to SQLite exists 2022-07-07 14:18:38 +12:00
exercise.ts Move to top bar navigation 2022-07-04 16:03:48 +12:00
index.js Switch some modals to dialogs and fix light mode 2022-07-06 21:03:56 +12:00
metro.config.js First commit 2022-06-30 18:50:52 +12:00
package.json Move logic of TimerService into TimerBroadcast 2022-07-06 16:27:36 +12:00
plan.ts Add half completed Plans 2022-07-06 17:40:53 +12:00
progress.ts Add progress to plans 2022-07-07 12:45:45 +12:00
set.ts Remove useFocusEffect 2022-07-07 15:13:44 +12:00
tsconfig.json First commit 2022-06-30 18:50:52 +12:00
yarn.lock Move logic of TimerService into TimerBroadcast 2022-07-06 16:27:36 +12:00