expo-tailwind-setup
Pass
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- Installation of External Dependencies: The skill instructs the user to install several packages via
npx expo install. These includetailwindcss,nativewind,react-native-css, and utility libraries liketailwind-merge. These are standard, well-known packages in the React Native and Tailwind CSS ecosystems required for the described functionality. - Project Configuration Changes: The skill provides snippets for modifying
metro.config.js,postcss.config.mjs, andpackage.json(resolutions). These modifications are intended to configure the build pipeline for Tailwind CSS v4 and are consistent with modern Expo development practices. - Component Wrapper Implementation: The provided code for
src/tw/index.tsxand other files uses theuseCssElementhook from thereact-native-csslibrary. This is a legitimate method for applying CSS styles to React Native components at runtime, which is the primary purpose of the skill. - Platform-Specific Styling: The global CSS and component logic include platform-specific handling (e.g.,
@media ios,EXPO_OSchecks). These are standard features for cross-platform development and do not involve unauthorized system access.
Audit Metadata