MisterPea / Unsequenced

Pomodoro-esq Timer/Activity Organizer
https://misterpea.me/works/unsequenced/
0 stars 0 forks source link

Needs a 'how-to' #16

Closed MisterPea closed 1 year ago

MisterPea commented 1 year ago

There needs to be a 'how-to' on first run. This could be in the form of an overlay walking you through the usage process. This overlay should have a 'skip to next' option and a close option. There should also be an option within the settings to replay.

MisterPea commented 1 year ago

Completed implementation of a basic app walkthrough. Ended up using react-native-walkthrough-tooltip; a rather cleverly designed package, with a small footprint. It works on the premise of cloning children elements (<Tooltip>{children}</Tooltip>) and placing them above everything else.