react-native-xaml/example
Jon Thysell 28c0c1f6e0
Remove example PFX files from repo (#275)
This PR removes the example PFX files in the repo and makes them
available to CI/PR if necessary.

Closes #269 

###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/react-native-xaml/pull/275)
2024-02-15 19:51:24 +00:00
..
__tests__ Upgrade to RNW 0.73 (#273) 2024-02-05 13:58:19 -08:00
windows Remove example PFX files from repo (#275) 2024-02-15 19:51:24 +00:00
.buckconfig add empty example app 2021-01-31 00:57:22 -08:00
.eslintrc.js Upgrade RNX to target RN and RNW 0.72 (#261) 2023-08-02 18:14:56 +00:00
.flowconfig add empty example app 2021-01-31 00:57:22 -08:00
.gitignore add empty example app 2021-01-31 00:57:22 -08:00
.prettierrc.js add empty example app 2021-01-31 00:57:22 -08:00
.watchmanconfig add empty example app 2021-01-31 00:57:22 -08:00
App.tsx Clean up formatting, spelling, and licenses (#262) 2023-08-21 12:21:35 -07:00
README.md Update README.md (#140) 2021-10-09 08:02:17 +00:00
app.json add empty example app 2021-01-31 00:57:22 -08:00
babel.config.js Upgrade to RNW 0.73 (#273) 2024-02-05 13:58:19 -08:00
index.js add empty example app 2021-01-31 00:57:22 -08:00
jest.config.js Upgrade RNX to target RN and RNW 0.72 (#261) 2023-08-02 18:14:56 +00:00
metro.config.js Upgrade to RNW 0.73 (#273) 2024-02-05 13:58:19 -08:00
package.json Upgrade to RNW 0.73 (#273) 2024-02-05 13:58:19 -08:00
rnx.gif add demo gif 2021-02-21 02:19:49 -08:00
tsconfig.json Upgrade to RNW 0.73 (#273) 2024-02-05 13:58:19 -08:00

README.md

Building the example app

  1. Make sure you have the React Native for Windows development dependencies
  2. Clone this repo
  3. cd react-native-xaml
  4. yarn
  5. cd package
  6. yarn build

Running the example app

Using Visual Studio

  1. From the root folder
  2. cd example
  3. yarn start

Now you can build and run the solution in Debug mode at example\windows\example.sln from Visual Studio by pressing F5 (make sure you select x64 or x86).

Using the CLI

If you want to use the react-native CLI you can run yarn windows.