We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f1108 commit b494adeCopy full SHA for b494ade
exampleExpo/webpack.config.js
@@ -7,7 +7,7 @@ const node_modules = path.join(__dirname, 'node_modules');
7
8
module.exports = async function (env, argv) {
9
const config = await createExpoWebpackConfigAsync(env, argv);
10
- // config.output.publicPath = '/react-native-reanimated-carousel';
+ config.output.publicPath = '/react-native-reanimated-carousel';
11
config.module.rules.push({
12
test: /\.(js|jsx|ts|tsx)$/,
13
include: path.resolve(root, 'src'),
0 commit comments