Skip to content

fix nativewind bug with css box-shadowe#13

Merged
ImRoodyDev merged 41 commits into
mainfrom
feature-v1.0b_mono
May 25, 2026
Merged

fix nativewind bug with css box-shadowe#13
ImRoodyDev merged 41 commits into
mainfrom
feature-v1.0b_mono

Conversation

@ImRoodyDev
Copy link
Copy Markdown
Owner

Found the exact trigger: the web-only autofill CSS has box-shadow: 0 0 0 1000px transparent inset. NativeWind’s native parser has a bug where complex box-shadow falls through into its aspect-ratio parser, which produces that misleading error. I’ll adjust the docs CSS so native never has to parse that browser-only autofill shadow.

ImRoodyDev and others added 30 commits March 12, 2026 18:02
Extract spatial navigation types and component API into a new SPATIAL_NAVIGATION_API.md and simplify README by linking to it. Refresh README formatting (convert many tables, clean up spacing/JSX examples), update example snippets (add hover handling and pressed opacity in button example, tweak Dropdown typing/formatting), and perform minor prop/typing and animation-related updates to BaseButton/useButtonAnimation/Button types. Also remove package-lock.json.
ImRoodyDev and others added 11 commits May 24, 2026 20:16
… setup wrong. fix styles issue causing nativewind not picking it up
…treamline metro.config.js for monorepo support
Found the exact trigger: the web-only autofill CSS has box-shadow: 0 0 0 1000px transparent inset. NativeWind’s native parser has a bug where complex box-shadow falls through into its aspect-ratio parser, which produces that misleading error. I’ll adjust the docs CSS so native never has to parse that browser-only autofill shadow.

box-shadow: 0 0 0 1000px transparent inset !important;

changed to
	-webkit-box-shadow: 0 0 0 1000px transparent inset !important;
@ImRoodyDev ImRoodyDev merged commit 6eee2f4 into main May 25, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant