322cfb3352 | ||
---|---|---|
.. | ||
__tests__ | ||
windows | ||
.buckconfig | ||
.eslintrc.js | ||
.flowconfig | ||
.gitignore | ||
.prettierrc.js | ||
.watchmanconfig | ||
App.tsx | ||
README.md | ||
app.json | ||
babel.config.js | ||
index.js | ||
metro.config.js | ||
package.json | ||
rnx.gif |
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
Running the example app
Using Visual Studio
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
.