Skip to content

Commit 0910ccf

Browse files
committed
Update creaternwapp
1 parent 4ac3204 commit 0910ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vnext/Scripts/creaternwapp.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ if not "x%RN_VERSION:nightly=%"=="x%RN_VERSION%" (
117117
REM Do not change, this makes sure we always get a nightly template when still consuming a nightly RN and NOT a later "stable" template that may have been released
118118
REM set RNCLI_TEMPLATE=--template "@react-native-community/template@^%RN_VERSION:~0,4%.0-"
119119
REM Windows we need to manually update this with every integration #15124
120-
set RNCLI_TEMPLATE=--template "@react-native-community/template@0.81.0-nightly-202565-2f67cec"
120+
set RNCLI_TEMPLATE=--template "@react-native-community/template@0.82.0-nightly-2025811-9d3d62a"
121121
)
122122

123123
@echo creaternwapp.cmd: Creating base RN app project with: npx --yes @react-native-community/cli@%RNCLI_VERSION% init %APP_NAME% --version %RN_VERSION% %RNCLI_TEMPLATE% --verbose --skip-install --install-pods false --skip-git-init true

0 commit comments

Comments
 (0)