This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"matches": [], | |
"trainings": [ | |
{ | |
"id": null, | |
"type": "trainings", | |
"start_time": "2025-07-22 20:09:00", | |
"squad": { | |
"id": 1, | |
"name": "Tokkio FC", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"status": "success", | |
"data": [ | |
{ | |
"id": 56, | |
"parent_id": null, | |
"start_time": "2025-04-29 20:09", | |
"date": "2025-04-29", | |
"title": "Ball Control", | |
"description": "1. Dynamic Warm‑Up (5 min)\n\nLight jog with toe touches and side shuffles.\n\nAdd “pull‑backs”: stop the ball with the sole, swivel, and push it back.\n\n2. Juggling Progression (5 min)\n\nStart with thighs only: 10 touches, keep it low.\n\nAdd alternating feet: work up to 20 in a row.\n\nChallenge: control the rebound above your head and drop it into your hands.\n\n3. Inside‑Outside Slalom (10 min)\n\nSet 5 cones ~1 m apart.", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const screens = [ | |
{ | |
title: '', | |
body: '', | |
data: { | |
route: 'SquadNavigator/Home', | |
prams: { | |
squad_slug: 'squadSlug', | |
}, | |
}, |