From 5ead383f556990fd369d2cb5932ff13343af154a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=9D=B1=E6=BE=94?= Date: Fri, 17 Jun 2022 10:20:05 +0800 Subject: [PATCH] chore: _ --- exampleExpo/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleExpo/webpack.config.js b/exampleExpo/webpack.config.js index 8836e41b..150a8ecd 100644 --- a/exampleExpo/webpack.config.js +++ b/exampleExpo/webpack.config.js @@ -7,7 +7,7 @@ const node_modules = path.join(__dirname, 'node_modules'); module.exports = async function (env, argv) { const config = await createExpoWebpackConfigAsync(env, argv); - + config.output.publicPath = '/react-native-reanimated-carousel'; config.module.rules.push({ test: /\.(js|jsx|ts|tsx)$/, include: path.resolve(root, 'src'),