Skip to content

Commit ce5ed31

Browse files
chore: change nitro modules version to 0.25.2
1 parent 58a21d3 commit ce5ed31

File tree

1 file changed

+1
-1
lines changed
  • packages/create-react-native-library/src

1 file changed

+1
-1
lines changed

packages/create-react-native-library/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { getDependencyVersionsFromExampleApp } from './exampleApp/dependencies';
2121
import { printErrorHelp, printNextSteps, printUsedRNVersion } from './inform';
2222

2323
const FALLBACK_BOB_VERSION = '0.36.0';
24-
const FALLBACK_NITRO_MODULES_VERSION = '0.22.1';
24+
const FALLBACK_NITRO_MODULES_VERSION = '0.25.2';
2525

2626
yargs
2727
.command(

0 commit comments

Comments
 (0)