As an open-source project, vadimdemedes/tailwind-rn has picked up 4.3k stars on GitHub (JavaScript). 🦎 Use Tailwind CSS in React Native projects
Snapshot summary built from the project's own GitHub metadata — there's no written TopGit review yet. The page will update automatically when a full review is published.
WHY NO REVIEW YET
TopGit writes full reviews for the most-starred, most-requested repositories. This page is a snapshot until then — see the READ ME tab for the original README in full.
input.css - Entrypoint for Tailwind compiler. It's required to override the output of Tailwind, so that it doesn't generate CSS for resetting browser styles, which will cause tailwind-rn to fail.
Disable unsupported utilities by adding this line to your tailwind.config.js:
$ tailwind-rn --help
Use Tailwind CSS in React Native projects
Usage
$ tailwind-rn [options]
Options
-i, --input Path to CSS file that Tailwind generates (default: tailwind.css)
-o, --output Output file (default: tailwind.json)
-w, --watch Watch for changes and rebuild as needed
Run tailwind-rn CLI to transform the CSS generated by Tailwind into a JSON file that can be consumed by TailwindProvider. Add --watch flag to watch for changes and build styles continuously, which is useful for development.
API
TailwindProvider
utilities
Type: object
Parsed JSON object of styles generated by tailwind-rn CLI stored in tailwind.json by default.
import {TailwindProvider} from 'tailwind-rn';
import utilities from './tailwind.json';
const App = () => (
<TailwindProvider utilities={utilities}>
<MyComponent />
</TailwindProvider>
);
colorScheme
Type: string
Override the default color scheme. Possible values are light or dark.
React hook, which returns a tailwind function, that accepts a string with class names. This function returns an object of styles, which can be applied to a React Native view via style property.
Note: Add TailwindProvider above the component where you're using this hook.
How active is development on vadimdemedes/tailwind-rn?
The most recent commit recorded on vadimdemedes/tailwind-rn was 1.3 years ago, based on the GitHub push timestamp. The repository has 170 forks — one of the better signals of community interest.
How many stars does vadimdemedes/tailwind-rn have?
vadimdemedes/tailwind-rn has 4.3k GitHub stars — refresh the page for the live number, or check github.com/vadimdemedes/tailwind-rn. TopGit mirrors GitHub's count but does not claim minute-by-minute accuracy.
Is vadimdemedes/tailwind-rn open source?
Yes — vadimdemedes/tailwind-rn ships under the MIT license, which makes its source code freely readable (and, depending on license terms, forkable and reusable). Source: github.com/vadimdemedes/tailwind-rn.
What is vadimdemedes/tailwind-rn?
vadimdemedes/tailwind-rn (vadimdemedes/tailwind-rn) is a JavaScript project on GitHub. From the project's own README: 🦎 Use Tailwind CSS in React Native projects
Where do I read more about vadimdemedes/tailwind-rn?
This TopGit page is a snapshot — the READ ME tab shows the project's own README content (links stripped, images preserved). The GitHub repository at github.com/vadimdemedes/tailwind-rn is the definitive source.
Read full README in the tab above.
Curious whether tailwind-rn is right for you?
Let ChatGPT, Claude, or Perplexity look into it — click below and see what AI actually says about tailwind-rn.