mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-05-05 06:05:12 -04:00
* Add react-native-walkthrough-tooltip dependency * WIP: Basic tooltip (always shown) * Adjust arrow size * Adjust background color * Adjust tooltip shadow * Adjust hight and vertical spacing * Adjust border radius * Adjust padding horizontal * Only allow long press if tooltip is visible * Move Tooltip into AddObsButton * Show tooltip only once Dismiss on long press of AddObsButton only * Only show the tooltip if the user has only AI camera as an option * Only show the tooltip on MyObservations screen * Only show the tooltip on MyObservations screen for real * Show tooltip after user making their second observation * Code style * Fix typo in comment Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Prevent navigation when modal is opened Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Remove return * Update CustomTabBar.test.js.snap --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>