Refresh the free-tier demo and floating preview - #1
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1ee7c4ba9b
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| position: 'absolute', | ||
| left: 16, | ||
| right: 16, | ||
| bottom: 16, |
There was a problem hiding this comment.
Keep the floating preview above the bottom safe area
On devices with a nonzero bottom inset, such as gesture-navigation iPhones and edge-to-edge Android devices, the surrounding SafeAreaView explicitly excludes the bottom edge, so positioning this card at bottom: 16 places part of it inside the home-indicator/navigation area. Offset the overlay using the bottom safe-area inset (and account for the resulting height in the list padding) so the preview remains fully visible and usable.
Useful? React with 👍 / 👎.
What changed
react-native-webdependency for clean web installsindexStack titleWhy
The web example depended on an unrecorded local package, oversized detail artwork dominated desktop screens, and the paid-tier preview disappeared as part of the long exercise list.
Validation
npm run gen-images: 741 flat images, 1 sample animation, 27 muscle icons, 46 equipment iconsnpm run typecheck