Thanks for the nice library! I'm making an issue to remind myself to submit a PR adding a line to the metro.config.js. This was necessary for support when adding a second Next.js library to the same monorepo using one of the Solito starter packages.
apps/expo/metro.config.js
// 3. Force Metro to resolve (sub)dependencies only from the `nodeModulesPaths`
config.resolver.disableHierarchicalLookup = true;
Here's where the line is recommended in the Expo docs:
Thanks for the nice library! I'm making an issue to remind myself to submit a PR adding a line to the
metro.config.js
. This was necessary for support when adding a second Next.js library to the same monorepo using one of the Solito starter packages.apps/expo/metro.config.js