Skip to content

Instantly share code, notes, and snippets.

@callstack-bot
Created October 7, 2022 12:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save callstack-bot/78f3941f89f05312b9cfcca628b22e86 to your computer and use it in GitHub Desktop.
Save callstack-bot/78f3941f89f05312b9cfcca628b22e86 to your computer and use it in GitHub Desktop.
// packages/mobile/metro.config.js
module.exports = {
watchFolders: [
path.resolve(__dirname, '../../node_modules'),
+ path.resolve(__dirname, '../../node_modules/@example-app/shared'),
],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment