Skip to content

Commit a8d8ab6

Browse files
satya164atlj
andcommitted
fix: fix module blocklist on windows
Closes #849, closes #913, closes #914 Co-authored-by: Burak Güner <[email protected]>
1 parent 8a27e03 commit a8d8ab6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/create-react-native-library/src/exampleApp/generateExampleApp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ export default async function generateExampleApp({
204204

205205
const PACKAGES_TO_ADD_DEV = {
206206
'react-native-builder-bob': `^${config.versions.bob}`,
207-
'react-native-monorepo-config': `^0.1.9`,
207+
'react-native-monorepo-config': `^0.3.1`,
208208
};
209209

210210
if (

packages/react-native-builder-bob/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"json5": "^2.2.1",
6060
"kleur": "^4.1.4",
6161
"prompts": "^2.4.2",
62-
"react-native-monorepo-config": "^0.1.8",
62+
"react-native-monorepo-config": "^0.3.1",
6363
"which": "^2.0.2",
6464
"yargs": "^17.5.1"
6565
},

0 commit comments

Comments
 (0)