Skip to content

Commit 47227bf

Browse files
authored
Rename "React Native Gallery - Experimental" to "React Native Gallery - Preview" (#641)
* Rename "React Native Gallery - Experimental" to "React Native Gallery - Preview" * Update title * Update Package.appxmanifest
1 parent 7c03495 commit 47227bf

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

NewArch/windows/NewArch.Package/Package.appxmanifest

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<Identity
1010
Name="Microsoft.ReactNativeGallery-Experimental"
1111
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
12-
Version="1.0.7.0" />
12+
Version="2.0.1.0" />
1313

1414
<Properties>
15-
<DisplayName>React Native Gallery - Experimental</DisplayName>
15+
<DisplayName>React Native Gallery - Preview</DisplayName>
1616
<PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>
1717
<Logo>Images\StoreLogo.png</Logo>
1818
</Properties>
@@ -31,8 +31,8 @@
3131
Executable="$targetnametoken$.exe"
3232
EntryPoint="NewArch.App">
3333
<uap:VisualElements
34-
DisplayName="React Native Gallery - Experimental"
35-
Description="React Native Gallery - Experimental [New Architecture]"
34+
DisplayName="React Native Gallery - Preview"
35+
Description="React Native Gallery - Preview [New Architecture]"
3636
BackgroundColor="transparent"
3737
Square150x150Logo="Images\Square150x150Logo.png"
3838
Square44x44Logo="Images\Square44x44Logo.png">

NewArch/windows/NewArch/NewArch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ _Use_decl_annotations_ int CALLBACK WinMain(HINSTANCE instance, HINSTANCE, PSTR
7070

7171
// Get the AppWindow so we can configure its initial title and size
7272
auto appWindow{reactNativeWin32App.AppWindow()};
73-
appWindow.Title(L"React Native Gallery - Experimental");
73+
appWindow.Title(L"React Native Gallery - Preview");
7474
appWindow.Resize({1000, 1000});
7575

7676
// Update Icon

0 commit comments

Comments
 (0)