react-native-xaml/example
Alexander Sklar 322cfb3352 split out margin and padding as XAML specific properties so Yoga doesn't try to muck with them. Also fix a couple of bugs 2021-09-23 18:06:42 -07:00
..
__tests__
windows split out margin and padding as XAML specific properties so Yoga doesn't try to muck with them. Also fix a couple of bugs 2021-09-23 18:06:42 -07:00
.buckconfig
.eslintrc.js
.flowconfig
.gitignore
.prettierrc.js
.watchmanconfig
App.tsx remove content string artifact 2021-09-17 23:28:04 -04:00
README.md Create README.md 2021-04-11 17:02:37 -07:00
app.json
babel.config.js
index.js
metro.config.js Rework the JS. 2021-02-04 11:02:00 -08:00
package.json Update to RNW 0.64.2 2021-03-29 10:19:39 -07:00
rnx.gif add demo gif 2021-02-21 02:19:49 -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

Running the example app

Using Visual Studio

  1. cd example
  2. 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.