You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This prevents "npx @react-native-community/cli run-windows" from hitting: EBUSY: resource busy or locked, open msbuild.ProjectImports.zip or other files produced by msbuild
// This prevents "npx @react-native-community/cli run-windows" from hitting: EBUSY: resource busy or locked, open msbuild.ProjectImports.zip or other files produced by msbuild
29
+
newRegExp(`${rnwPath}/build/.*`),
30
+
newRegExp(`${rnwPath}/target/.*`),
31
+
/.*\.ProjectImports\.zip/,
32
+
]),
33
+
//
34
+
extraNodeModules: {
35
+
'react-native-print': path.resolve(
36
+
__dirname,
37
+
'../'
38
+
),}
55
39
},
56
-
40
+
watchFolders:[
41
+
// This allows us to use the local version of react-native-windows
42
+
rnwPath,
43
+
// This allows us to use the local version of react-native-print
0 commit comments