react-native-xaml/example
..
__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

  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.