28c0c1f6e0
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) |
||
---|---|---|
.. | ||
__tests__ | ||
windows | ||
.buckconfig | ||
.eslintrc.js | ||
.flowconfig | ||
.gitignore | ||
.prettierrc.js | ||
.watchmanconfig | ||
App.tsx | ||
README.md | ||
app.json | ||
babel.config.js | ||
index.js | ||
jest.config.js | ||
metro.config.js | ||
package.json | ||
rnx.gif | ||
tsconfig.json |
README.md
Building the example app
- Make sure you have the React Native for Windows development dependencies
- Clone this repo
cd react-native-xaml
yarn
cd package
yarn build
Running the example app
Using Visual Studio
- From the root folder
cd example
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
.