mirror of
https://github.com/Stef-00012/Zipline-Android-App.git
synced 2025-05-18 15:23:54 +02:00
10 lines
369 B
JavaScript
10 lines
369 B
JavaScript
// Learn more https://docs.expo.io/guides/customizing-metro
|
|
const { getDefaultConfig } = require("expo/metro-config");
|
|
const {
|
|
wrapWithReanimatedMetroConfig,
|
|
} = require("react-native-reanimated/metro-config");
|
|
|
|
/** @type {import('expo/metro-config').MetroConfig} */
|
|
const config = getDefaultConfig(__dirname);
|
|
|
|
module.exports = wrapWithReanimatedMetroConfig(config);
|