From aa0649871d2b3ed1543fa26e50e99ce707651bb1 Mon Sep 17 00:00:00 2001 From: Mark Lawlor Date: Fri, 26 Aug 2022 09:45:25 +1000 Subject: [PATCH] chore: updated readme --- .changeset/four-gorillas-bow.md | 5 +++++ README.md | 6 ------ 2 files changed, 5 insertions(+), 6 deletions(-) create mode 100644 .changeset/four-gorillas-bow.md diff --git a/.changeset/four-gorillas-bow.md b/.changeset/four-gorillas-bow.md new file mode 100644 index 0000000..0e0421e --- /dev/null +++ b/.changeset/four-gorillas-bow.md @@ -0,0 +1,5 @@ +--- +"nativewind": patch +--- + +updated readme diff --git a/README.md b/README.md index 95a5df2..7199ec1 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,6 @@
-> **Note** -> -> tailwindcss-react-native is current working on v2, which includes a renaming of the project to NativeWind! -> -> NativeWind is still under development - `NativeWind` uses [Tailwind CSS](https://tailwindcss.com) as high-level scripting language to create a **universal design system**. Styled components can be shared between all React Native platforms, using the best style engine for that platform (e.g. CSS StyleSheet or StyleSheet.create). It's goals are to to provide a consistent styling experience across all platforms, improving Developer UX, component performance and code maintainability. `NativeWind` processes your styles during your application build, and uses a minimal runtime to selectively apply reactive styles (eg changes to device orientation, light dark mode).