Initial commit

Generated by create-expo-stack 2.14.1
This commit is contained in:
Dennis Hundertmark
2025-03-12 16:00:34 +01:00
commit 08fbd0443e
20 changed files with 15194 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
const { getDefaultConfig } = require('expo/metro-config');
const { withNativeWind } = require('nativewind/metro');
// eslint-disable-next-line no-undef
const config = getDefaultConfig(__dirname);
module.exports = withNativeWind(config, { input: './global.css' });