nativewind

React Native utility-first universal design system - powered by Tailwind CSS

MIT License

Stars
4.4K
Committers
50

Bot releases are visible (Hide)

nativewind - [email protected] Latest Release

Published by github-actions[bot] about 2 years ago

Patch Changes

  • 671897b: fix: useInteraction types
  • ca00130: fix: add missing flexBasis from flex-1
nativewind - [email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • 1986508: fix: unable to find styles console warning
nativewind - [email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • 2b74fa9: fix: stop compiling styles during mode:transformOnly
nativewind - [email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • 04a8f5c: fix: never cache user tailwind.config.js
nativewind - [email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • a338703: fix: remove addExternalDependency from babel
nativewind - [email protected]

Published by github-actions[bot] about 2 years ago

nativewind

nativewind - [email protected]

Published by github-actions[bot] about 2 years ago

nativewind

nativewind - v2.0.0

Published by marklawlor about 2 years ago

v2.0.0 has been released πŸŽ‰ πŸŽ‰

Please read the new documentation at https://www.nativewind.dev/

A migration guide from tailwindcss-react-native can be found here https://www.nativewind.dev/guides/tailwindcss-react-native

nativewind - v1.7.10

Published by github-actions[bot] over 2 years ago

1.7.10 (2022-06-13)

Bug Fixes

  • import detection when using react-native-web babel plugin (6fc986d)
nativewind - v1.7.9

Published by github-actions[bot] over 2 years ago

1.7.9 (2022-06-07)

Bug Fixes

  • interaction pseudo classes not working (eeaf7fc)
nativewind - v1.7.8

Published by github-actions[bot] over 2 years ago

1.7.8 (2022-06-03)

Bug Fixes

  • merging classes of styled(styled()) components (ad7f692)
nativewind - v1.7.7

Published by github-actions[bot] over 2 years ago

1.7.7 (2022-06-02)

Bug Fixes

  • inline useDeviceOrientation to remove need to transpile (c0659cd)
  • remove regex negative lookbehind for safari compatibility (#72) (25476cb)
nativewind - v1.7.6

Published by github-actions[bot] over 2 years ago

1.7.6 (2022-06-02)

Bug Fixes

  • downgrade tsconfig target to ES2019 (5447022)
nativewind - v1.7.5

Published by github-actions[bot] over 2 years ago

1.7.5 (2022-06-01)

Bug Fixes

  • wrap styled(component) in useMemo so it doesn't re-mount on every render (#69) (cad2934)
nativewind - v1.7.4

Published by github-actions[bot] over 2 years ago

1.7.4 (2022-06-01)

Bug Fixes

  • multiple no utility classes warnings (c4b4a17), closes #67
nativewind - v1.7.3

Published by github-actions[bot] over 2 years ago

1.7.3 (2022-06-01)

Bug Fixes

  • multiple no utility classes warnings (b6a61ff), closes #67
nativewind - v1.7.2

Published by github-actions[bot] over 2 years ago

1.7.2 (2022-06-01)

Bug Fixes

  • react is not defined in some environments (a4d9634)
nativewind - v1.7.1

Published by github-actions[bot] over 2 years ago

1.7.1 (2022-05-31)

Bug Fixes

  • prevent duplicate identifiers when accidentally importing RWN (ef1e83e)
nativewind - v1.7.0

Published by github-actions[bot] over 2 years ago

1.7.0 (2022-05-31)

Features

  • allow styled to accep baseClassName as second parameter (469c6af)
nativewind - v1.6.3

Published by github-actions[bot] over 2 years ago

1.6.3 (2022-05-31)

Bug Fixes

  • remove react forwardRef override (ecdcaa6)
  • typing of forwardRef override (2745669)