-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates Window Example to RNW .64 (#78)
- Loading branch information
1 parent
4005dc7
commit eb7248f
Showing
44 changed files
with
42,516 additions
and
2,833 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-2.55 KB
example/windows/ProgressViewExample/ProgressViewExample_TemporaryKey.pfx
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/Bundle |
Oops, something went wrong.