diff options
| author | MohamedBassem <me@mbassem.com> | 2024-03-11 00:08:35 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-03-11 00:08:58 +0000 |
| commit | 31a8d46644606fe5778677d78c137decf5f5da45 (patch) | |
| tree | d51799a2790e3a95830ac35acbe3c1a89825ca75 /metro.config.js | |
| parent | f14c6f43c386fde627d786cf695c63eb1feab09a (diff) | |
| download | karakeep-31a8d46644606fe5778677d78c137decf5f5da45.tar.zst | |
prep: Setup nativecn-ui
Diffstat (limited to 'metro.config.js')
| -rw-r--r-- | metro.config.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/metro.config.js b/metro.config.js new file mode 100644 index 00000000..bbd30d1d --- /dev/null +++ b/metro.config.js @@ -0,0 +1,7 @@ +const { getDefaultConfig } = require("expo/metro-config"); +const { withNativeWind } = require("nativewind/metro"); + +/** @type {import('expo/metro-config').MetroConfig} */ +const config = getDefaultConfig(__dirname); + +module.exports = withNativeWind(config, { input: "./globals.css" }); |
