Skip to content

Commit

Permalink
Updates Window Example to RNW .64 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaKapos authored Jan 8, 2022
1 parent 4005dc7 commit eb7248f
Show file tree
Hide file tree
Showing 44 changed files with 42,516 additions and 2,833 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,9 @@ Add ProgressView like this
#### Windows
1. Clone branch
2. cd into progress_view and run `yarn install`
3. run `yarn add [email protected] --dev` (React Native Windows relies on a version of react-native lower than iOS)
4. Start metro server with `yarn start:windows`
5. Open Visual Studios and open `example/windows/ProgressViewExample.sln`
6. Set to Debug x64 and start solution
3. Start metro server with `yarn start:windows`
4. Open Visual Studios and open `example/windows/ProgressViewExample.sln`
5. Set to Debug x64 and start solution

#### IOS
1. Clone branch
Expand Down
24 changes: 24 additions & 0 deletions example/windows/ExperimentalFeatures.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<PropertyGroup Label="Microsoft.ReactNative Experimental Features">

<!--
Changes compilation to assume use of WinUI 3 instead of System XAML.
Requires creation of new project.
See https://microsoft.github.io/react-native-windows/docs/winui3
-->
<UseWinUI3>false</UseWinUI3>

<!--
Compiles Hermes-related code and sets it to the default JS engine.
Requires the "ReactNative.Hermes.Windows" NuGet package.
See https://microsoft.github.io/react-native-windows/docs/hermes
-->
<UseHermes>false</UseHermes>

</PropertyGroup>

</Project>
14 changes: 14 additions & 0 deletions example/windows/NuGet.Config
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<config>
<add key="repositoryPath" value="packages" />
</config>
<packageSources>
<clear />
<add key="Nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="react-native" value="https://pkgs.dev.azure.com/ms/react-native/_packaging/react-native-public/nuget/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />
</disabledPackageSources>
</configuration>
78 changes: 0 additions & 78 deletions example/windows/ProgressViewExample/.gitignore

This file was deleted.

42 changes: 0 additions & 42 deletions example/windows/ProgressViewExample/App.cpp

This file was deleted.

13 changes: 0 additions & 13 deletions example/windows/ProgressViewExample/App.h

This file was deleted.

3 changes: 0 additions & 3 deletions example/windows/ProgressViewExample/App.idl

This file was deleted.

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29215.179
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ProgressViewExample", "ProgressViewExample\ProgressViewExample.vcxproj", "{80FBCA82-ACA0-422F-8A74-D5A34BE789CF}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example", "example\example.vcxproj", "{64877ABF-648A-44ED-891D-55C7DD25EC69}"
ProjectSection(ProjectDependencies) = postProject
{F7D32BD0-2749-483E-9A0D-1635EF7E3136} = {F7D32BD0-2749-483E-9A0D-1635EF7E3136}
EndProjectSection
Expand All @@ -15,11 +15,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ReactCommon", "..\..\node_m
{A990658C-CE31-4BCC-976F-0FC6B1AF693D} = {A990658C-CE31-4BCC-976F-0FC6B1AF693D}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ReactWindowsCore", "..\..\node_modules\react-native-windows\ReactWindowsCore\ReactWindowsCore.vcxproj", "{11C084A3-A57C-4296-A679-CAC17B603144}"
ProjectSection(ProjectDependencies) = postProject
{A990658C-CE31-4BCC-976F-0FC6B1AF693D} = {A990658C-CE31-4BCC-976F-0FC6B1AF693D}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Chakra", "..\..\node_modules\react-native-windows\Chakra\Chakra.vcxitems", "{C38970C0-5FBF-4D69-90D8-CBAC225AE895}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Microsoft.ReactNative", "..\..\node_modules\react-native-windows\Microsoft.ReactNative\Microsoft.ReactNative.vcxproj", "{F7D32BD0-2749-483E-9A0D-1635EF7E3136}"
Expand All @@ -30,31 +25,28 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "JSI.Universal", "..\..\node
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Microsoft.ReactNative.Cxx", "..\..\node_modules\react-native-windows\Microsoft.ReactNative.Cxx\Microsoft.ReactNative.Cxx.vcxitems", "{DA8B35B3-DA00-4B02-BDE6-6A397B3FD46B}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Microsoft.ReactNative.SharedManaged", "..\..\node_modules\react-native-windows\Microsoft.ReactNative.SharedManaged\Microsoft.ReactNative.SharedManaged.shproj", "{67A1076F-7790-4203-86EA-4402CCB5E782}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Common", "..\..\node_modules\react-native-windows\Common\Common.vcxproj", "{FCA38F3C-7C73-4C47-BE4E-32F77FA8538D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ReactNative", "ReactNative", "{5EA20F54-880A-49F3-99FA-4B3FE54E8AB1}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Shared", "..\..\node_modules\react-native-windows\Shared\Shared.vcxitems", "{2049DBE9-8D13-42C9-AE4B-413AE38FFFD0}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Microsoft.ReactNative.Shared", "..\..\node_modules\react-native-windows\Shared\Shared.vcxitems", "{2049DBE9-8D13-42C9-AE4B-413AE38FFFD0}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Mso", "..\..\node_modules\react-native-windows\Mso\Mso.vcxitems", "{84E05BFA-CBAF-4F0D-BFB6-4CE85742A57E}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Include", "..\..\node_modules\react-native-windows\include\Include.vcxitems", "{EF074BA1-2D54-4D49-A28E-5E040B47CD2E}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "progress-view", "..\..\windows\progress-view\progress-view.vcxproj", "{CA54A654-5E81-44DC-AF3F-CF55EF5B493A}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
..\..\node_modules\react-native-windows\JSI\Shared\JSI.Shared.vcxitems*{0cc28589-39e4-4288-b162-97b959f8b843}*SharedItemsImports = 9
..\..\node_modules\react-native-windows\ReactWindowsCore\ReactWindowsCore.vcxitems*{11c084a3-a57c-4296-a679-cac17b603144}*SharedItemsImports = 4
..\..\node_modules\react-native-windows\Shared\Shared.vcxitems*{2049dbe9-8d13-42c9-ae4b-413ae38fffd0}*SharedItemsImports = 9
..\..\node_modules\react-native-windows\Microsoft.ReactNative.SharedManaged\Microsoft.ReactNative.SharedManaged.projitems*{67a1076f-7790-4203-86ea-4402ccb5e782}*SharedItemsImports = 13
..\..\node_modules\react-native-windows\Mso\Mso.vcxitems*{84e05bfa-cbaf-4f0d-bfb6-4ce85742a57e}*SharedItemsImports = 9
..\..\node_modules\react-native-windows\JSI\Shared\JSI.Shared.vcxitems*{a62d504a-16b8-41d2-9f19-e2e86019e5e4}*SharedItemsImports = 4
..\..\node_modules\react-native-windows\Chakra\Chakra.vcxitems*{c38970c0-5fbf-4d69-90d8-cbac225ae895}*SharedItemsImports = 9
..\..\node_modules\react-native-windows\Microsoft.ReactNative.Cxx\Microsoft.ReactNative.Cxx.vcxitems*{ca54a654-5e81-44dc-af3f-cf55ef5b493a}*SharedItemsImports = 4
..\..\node_modules\react-native-windows\Microsoft.ReactNative.Cxx\Microsoft.ReactNative.Cxx.vcxitems*{da8b35b3-da00-4b02-bde6-6a397b3fd46b}*SharedItemsImports = 9
..\..\node_modules\react-native-windows\include\Include.vcxitems*{ef074ba1-2d54-4d49-a28e-5e040b47cd2e}*SharedItemsImports = 9
..\..\node_modules\react-native-windows\Chakra\Chakra.vcxitems*{f7d32bd0-2749-483e-9a0d-1635ef7e3136}*SharedItemsImports = 4
..\..\node_modules\react-native-windows\JSI\Shared\JSI.Shared.vcxitems*{f7d32bd0-2749-483e-9a0d-1635ef7e3136}*SharedItemsImports = 4
..\..\node_modules\react-native-windows\Microsoft.ReactNative.Cxx\Microsoft.ReactNative.Cxx.vcxitems*{f7d32bd0-2749-483e-9a0d-1635ef7e3136}*SharedItemsImports = 4
..\..\node_modules\react-native-windows\Mso\Mso.vcxitems*{f7d32bd0-2749-483e-9a0d-1635ef7e3136}*SharedItemsImports = 4
..\..\node_modules\react-native-windows\Shared\Shared.vcxitems*{f7d32bd0-2749-483e-9a0d-1635ef7e3136}*SharedItemsImports = 4
Expand All @@ -70,30 +62,30 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{80FBCA82-ACA0-422F-8A74-D5A34BE789CF}.Debug|ARM.ActiveCfg = Debug|ARM
{80FBCA82-ACA0-422F-8A74-D5A34BE789CF}.Debug|ARM.Build.0 = Debug|ARM
{80FBCA82-ACA0-422F-8A74-D5A34BE789CF}.Debug|ARM.Deploy.0 = Debug|ARM
{80FBCA82-ACA0-422F-8A74-D5A34BE789CF}.Debug|ARM64.ActiveCfg = Debug|ARM64
{80FBCA82-ACA0-422F-8A74-D5A34BE789CF}.Debug|ARM64.Build.0 = Debug|ARM64
{80FBCA82-ACA0-422F-8A74-D5A34BE789CF}.Debug|ARM64.Deploy.0 = Debug|ARM64
{80FBCA82-ACA0-422F-8A74-D5A34BE789CF}.Debug|x64.ActiveCfg = Debug|x64
{80FBCA82-ACA0-422F-8A74-D5A34BE789CF}.Debug|x64.Build.0 = Debug|x64
{80FBCA82-ACA0-422F-8A74-D5A34BE789CF}.Debug|x64.Deploy.0 = Debug|x64
{80FBCA82-ACA0-422F-8A74-D5A34BE789CF}.Debug|x86.ActiveCfg = Debug|Win32
{80FBCA82-ACA0-422F-8A74-D5A34BE789CF}.Debug|x86.Build.0 = Debug|Win32
{80FBCA82-ACA0-422F-8A74-D5A34BE789CF}.Debug|x86.Deploy.0 = Debug|Win32
{80FBCA82-ACA0-422F-8A74-D5A34BE789CF}.Release|ARM.ActiveCfg = Release|ARM
{80FBCA82-ACA0-422F-8A74-D5A34BE789CF}.Release|ARM.Build.0 = Release|ARM
{80FBCA82-ACA0-422F-8A74-D5A34BE789CF}.Release|ARM.Deploy.0 = Release|ARM
{80FBCA82-ACA0-422F-8A74-D5A34BE789CF}.Release|ARM64.ActiveCfg = Release|ARM64
{80FBCA82-ACA0-422F-8A74-D5A34BE789CF}.Release|ARM64.Build.0 = Release|ARM64
{80FBCA82-ACA0-422F-8A74-D5A34BE789CF}.Release|ARM64.Deploy.0 = Release|ARM64
{80FBCA82-ACA0-422F-8A74-D5A34BE789CF}.Release|x64.ActiveCfg = Release|x64
{80FBCA82-ACA0-422F-8A74-D5A34BE789CF}.Release|x64.Build.0 = Release|x64
{80FBCA82-ACA0-422F-8A74-D5A34BE789CF}.Release|x64.Deploy.0 = Release|x64
{80FBCA82-ACA0-422F-8A74-D5A34BE789CF}.Release|x86.ActiveCfg = Release|Win32
{80FBCA82-ACA0-422F-8A74-D5A34BE789CF}.Release|x86.Build.0 = Release|Win32
{80FBCA82-ACA0-422F-8A74-D5A34BE789CF}.Release|x86.Deploy.0 = Release|Win32
{64877ABF-648A-44ED-891D-55C7DD25EC69}.Debug|ARM.ActiveCfg = Debug|ARM
{64877ABF-648A-44ED-891D-55C7DD25EC69}.Debug|ARM.Build.0 = Debug|ARM
{64877ABF-648A-44ED-891D-55C7DD25EC69}.Debug|ARM.Deploy.0 = Debug|ARM
{64877ABF-648A-44ED-891D-55C7DD25EC69}.Debug|ARM64.ActiveCfg = Debug|ARM64
{64877ABF-648A-44ED-891D-55C7DD25EC69}.Debug|ARM64.Build.0 = Debug|ARM64
{64877ABF-648A-44ED-891D-55C7DD25EC69}.Debug|ARM64.Deploy.0 = Debug|ARM64
{64877ABF-648A-44ED-891D-55C7DD25EC69}.Debug|x64.ActiveCfg = Debug|x64
{64877ABF-648A-44ED-891D-55C7DD25EC69}.Debug|x64.Build.0 = Debug|x64
{64877ABF-648A-44ED-891D-55C7DD25EC69}.Debug|x64.Deploy.0 = Debug|x64
{64877ABF-648A-44ED-891D-55C7DD25EC69}.Debug|x86.ActiveCfg = Debug|Win32
{64877ABF-648A-44ED-891D-55C7DD25EC69}.Debug|x86.Build.0 = Debug|Win32
{64877ABF-648A-44ED-891D-55C7DD25EC69}.Debug|x86.Deploy.0 = Debug|Win32
{64877ABF-648A-44ED-891D-55C7DD25EC69}.Release|ARM.ActiveCfg = Release|ARM
{64877ABF-648A-44ED-891D-55C7DD25EC69}.Release|ARM.Build.0 = Release|ARM
{64877ABF-648A-44ED-891D-55C7DD25EC69}.Release|ARM.Deploy.0 = Release|ARM
{64877ABF-648A-44ED-891D-55C7DD25EC69}.Release|ARM64.ActiveCfg = Release|ARM64
{64877ABF-648A-44ED-891D-55C7DD25EC69}.Release|ARM64.Build.0 = Release|ARM64
{64877ABF-648A-44ED-891D-55C7DD25EC69}.Release|ARM64.Deploy.0 = Release|ARM64
{64877ABF-648A-44ED-891D-55C7DD25EC69}.Release|x64.ActiveCfg = Release|x64
{64877ABF-648A-44ED-891D-55C7DD25EC69}.Release|x64.Build.0 = Release|x64
{64877ABF-648A-44ED-891D-55C7DD25EC69}.Release|x64.Deploy.0 = Release|x64
{64877ABF-648A-44ED-891D-55C7DD25EC69}.Release|x86.ActiveCfg = Release|Win32
{64877ABF-648A-44ED-891D-55C7DD25EC69}.Release|x86.Build.0 = Release|Win32
{64877ABF-648A-44ED-891D-55C7DD25EC69}.Release|x86.Deploy.0 = Release|Win32
{A990658C-CE31-4BCC-976F-0FC6B1AF693D}.Debug|ARM.ActiveCfg = Debug|ARM
{A990658C-CE31-4BCC-976F-0FC6B1AF693D}.Debug|ARM.Build.0 = Debug|ARM
{A990658C-CE31-4BCC-976F-0FC6B1AF693D}.Debug|ARM64.ActiveCfg = Debug|ARM64
Expand Down Expand Up @@ -126,22 +118,6 @@ Global
{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD}.Release|x64.Build.0 = Release|x64
{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD}.Release|x86.ActiveCfg = Release|Win32
{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD}.Release|x86.Build.0 = Release|Win32
{11C084A3-A57C-4296-A679-CAC17B603144}.Debug|ARM.ActiveCfg = Debug|ARM
{11C084A3-A57C-4296-A679-CAC17B603144}.Debug|ARM.Build.0 = Debug|ARM
{11C084A3-A57C-4296-A679-CAC17B603144}.Debug|ARM64.ActiveCfg = Debug|ARM64
{11C084A3-A57C-4296-A679-CAC17B603144}.Debug|ARM64.Build.0 = Debug|ARM64
{11C084A3-A57C-4296-A679-CAC17B603144}.Debug|x64.ActiveCfg = Debug|x64
{11C084A3-A57C-4296-A679-CAC17B603144}.Debug|x64.Build.0 = Debug|x64
{11C084A3-A57C-4296-A679-CAC17B603144}.Debug|x86.ActiveCfg = Debug|Win32
{11C084A3-A57C-4296-A679-CAC17B603144}.Debug|x86.Build.0 = Debug|Win32
{11C084A3-A57C-4296-A679-CAC17B603144}.Release|ARM.ActiveCfg = Release|ARM
{11C084A3-A57C-4296-A679-CAC17B603144}.Release|ARM.Build.0 = Release|ARM
{11C084A3-A57C-4296-A679-CAC17B603144}.Release|ARM64.ActiveCfg = Release|ARM64
{11C084A3-A57C-4296-A679-CAC17B603144}.Release|ARM64.Build.0 = Release|ARM64
{11C084A3-A57C-4296-A679-CAC17B603144}.Release|x64.ActiveCfg = Release|x64
{11C084A3-A57C-4296-A679-CAC17B603144}.Release|x64.Build.0 = Release|x64
{11C084A3-A57C-4296-A679-CAC17B603144}.Release|x86.ActiveCfg = Release|Win32
{11C084A3-A57C-4296-A679-CAC17B603144}.Release|x86.Build.0 = Release|Win32
{F7D32BD0-2749-483E-9A0D-1635EF7E3136}.Debug|ARM.ActiveCfg = Debug|ARM
{F7D32BD0-2749-483E-9A0D-1635EF7E3136}.Debug|ARM.Build.0 = Debug|ARM
{F7D32BD0-2749-483E-9A0D-1635EF7E3136}.Debug|ARM64.ActiveCfg = Debug|ARM64
Expand Down Expand Up @@ -198,6 +174,7 @@ Global
{CA54A654-5E81-44DC-AF3F-CF55EF5B493A}.Debug|x64.Build.0 = Debug|x64
{CA54A654-5E81-44DC-AF3F-CF55EF5B493A}.Debug|x86.ActiveCfg = Debug|Win32
{CA54A654-5E81-44DC-AF3F-CF55EF5B493A}.Debug|x86.Build.0 = Debug|Win32
{CA54A654-5E81-44DC-AF3F-CF55EF5B493A}.Debug|x86.Deploy.0 = Debug|Win32
{CA54A654-5E81-44DC-AF3F-CF55EF5B493A}.Release|ARM.ActiveCfg = Release|ARM
{CA54A654-5E81-44DC-AF3F-CF55EF5B493A}.Release|ARM.Build.0 = Release|ARM
{CA54A654-5E81-44DC-AF3F-CF55EF5B493A}.Release|ARM64.ActiveCfg = Release|ARM64
Expand All @@ -206,23 +183,23 @@ Global
{CA54A654-5E81-44DC-AF3F-CF55EF5B493A}.Release|x64.Build.0 = Release|x64
{CA54A654-5E81-44DC-AF3F-CF55EF5B493A}.Release|x86.ActiveCfg = Release|Win32
{CA54A654-5E81-44DC-AF3F-CF55EF5B493A}.Release|x86.Build.0 = Release|Win32
{CA54A654-5E81-44DC-AF3F-CF55EF5B493A}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A990658C-CE31-4BCC-976F-0FC6B1AF693D} = {5EA20F54-880A-49F3-99FA-4B3FE54E8AB1}
{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD} = {5EA20F54-880A-49F3-99FA-4B3FE54E8AB1}
{11C084A3-A57C-4296-A679-CAC17B603144} = {5EA20F54-880A-49F3-99FA-4B3FE54E8AB1}
{C38970C0-5FBF-4D69-90D8-CBAC225AE895} = {5EA20F54-880A-49F3-99FA-4B3FE54E8AB1}
{F7D32BD0-2749-483E-9A0D-1635EF7E3136} = {5EA20F54-880A-49F3-99FA-4B3FE54E8AB1}
{0CC28589-39E4-4288-B162-97B959F8B843} = {5EA20F54-880A-49F3-99FA-4B3FE54E8AB1}
{A62D504A-16B8-41D2-9F19-E2E86019E5E4} = {5EA20F54-880A-49F3-99FA-4B3FE54E8AB1}
{DA8B35B3-DA00-4B02-BDE6-6A397B3FD46B} = {5EA20F54-880A-49F3-99FA-4B3FE54E8AB1}
{67A1076F-7790-4203-86EA-4402CCB5E782} = {5EA20F54-880A-49F3-99FA-4B3FE54E8AB1}
{FCA38F3C-7C73-4C47-BE4E-32F77FA8538D} = {5EA20F54-880A-49F3-99FA-4B3FE54E8AB1}
{2049DBE9-8D13-42C9-AE4B-413AE38FFFD0} = {5EA20F54-880A-49F3-99FA-4B3FE54E8AB1}
{84E05BFA-CBAF-4F0D-BFB6-4CE85742A57E} = {5EA20F54-880A-49F3-99FA-4B3FE54E8AB1}
{EF074BA1-2D54-4D49-A28E-5E040B47CD2E} = {5EA20F54-880A-49F3-99FA-4B3FE54E8AB1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D43FAD39-F619-437D-BB40-04A3982ACB6A}
Expand Down
1 change: 1 addition & 0 deletions example/windows/example/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/Bundle
Loading

0 comments on commit eb7248f

Please sign in to comment.