Initial commit: expo-popcore-app
This commit is contained in:
9
metro.config.js
Normal file
9
metro.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
const { getDefaultConfig } = require('expo/metro-config')
|
||||
const { withNativeWind } = require('nativewind/metro')
|
||||
|
||||
const config = getDefaultConfig(__dirname)
|
||||
/**
|
||||
* https://www.better-auth.com/docs/integrations/expo#expo-client
|
||||
*/
|
||||
// config.resolver.unstable_enablePackageExports = true;
|
||||
module.exports = withNativeWind(config, { input: './global.css' })
|
||||
Reference in New Issue
Block a user