alouette
Version:
A modern, customizable design system built on top of NativeWind v5 with configurable defaults
10 lines (7 loc) • 398 B
JavaScript
;
const { withNativewind } = require("nativewind/metro");
// NativeWind v5 discovers themes/utilities from the imported global.css and
// scans sources via @source directives — no cssEntryFile/extraThemes needed.
// The CSS entry is loaded by importing "alouette/global.css" in the app.
exports.withAlouetteConfig = (metroConfig, options) =>
withNativewind(metroConfig, options);