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 3b18af9 commit cb15239Copy full SHA for cb15239
app/metro.config.cjs
@@ -113,9 +113,9 @@ const config = {
113
'react-native-gesture-handler':
114
'react-native-gesture-handler/lib/commonjs/index.js',
115
};
116
- const sdkAlphaPath = path.resolve(
+ const sdkAlphaPath = path.resolve(
117
workspaceRoot,
118
- 'packages/mobile-sdk-alpha'
+ 'packages/mobile-sdk-alpha',
119
);
120
121
// Custom resolver to handle Node.js modules and dynamic flow imports
0 commit comments