A react-native component library that implements the Fluent Design System.
Перейти к файлу
UI-Fabric-RN-Bot c26c08c6cd 📦 applying package updates ***NO_CI*** 2020-03-18 00:37:12 +00:00
.vscode Start publishing (#128) 2020-03-16 15:48:56 -07:00
apps 📦 applying package updates ***NO_CI*** 2020-03-11 17:57:52 +00:00
docs Start publishing (#128) 2020-03-16 15:48:56 -07:00
experiments/tester 📦 applying package updates ***NO_CI*** 2020-03-18 00:37:12 +00:00
packages 📦 applying package updates ***NO_CI*** 2020-03-18 00:37:12 +00:00
scripts This reworks the metro and jest configurations and parts of the scripts folder (#121) 2020-03-06 16:04:01 -08:00
.dockerignore Initial scaffolding (#1) 2019-08-02 09:28:49 -07:00
.eslintignore Initial scaffolding (#1) 2019-08-02 09:28:49 -07:00
.eslintrc.json Add Android button to expo playground 2019-12-17 14:15:46 -08:00
.gitignore Initial scaffolding (#1) 2019-08-02 09:28:49 -07:00
CODE_OF_CONDUCT.md Initial commit 2019-07-10 13:27:23 -07:00
LICENSE Initial commit 2019-07-10 13:27:25 -07:00
README.md Update README Todos 2019-09-20 10:00:19 -07:00
api-extractor.json add initial config for api-extractor 2019-09-27 11:30:49 -07:00
azure-pipelines.publish.yml Small fix for CI loops 2019-09-20 09:41:31 -07:00
azure-pipelines.yml Remove unnecessary build stuff (#94) 2020-02-06 16:18:07 -08:00
lerna.json Change repository directory structure (#108) 2020-02-19 17:25:37 -08:00
package.json Change repository directory structure (#108) 2020-02-19 17:25:37 -08:00
prettier.config.js Initial scaffolding (#1) 2019-08-02 09:28:49 -07:00
tsconfig.json add initial config for api-extractor 2019-09-27 11:30:49 -07:00
yarn.lock This reworks the metro and jest configurations and parts of the scripts folder (#121) 2020-03-06 16:04:01 -08:00

README.md

UI Fabric React Native

Getting Started

To start developing in the repository you can:

  1. git clone https://github.com/microsoft/ui-fabric-react-native.git
  2. cd ui-fabric-react-native
  3. yarn
  4. yarn build or yarn start

The demo package is currently where controls can be played with. If yarn start doesn't work go into the demo package and run yarn from there.

Yarn + Lerna

This repo is set up as a monorepo using Lerna + Yarn workspaces. The yarn commands will trigger the lerna commands which will execute yarn commands in each package.

Beachball

This repo manages semantic versioning and publishing using Beachball (https://github.com/microsoft/beachball). When contributing, make sure to run the following before making a pull request

  1. yarn change will take you through a command line wizard to generate change files
  2. Make sure to commit and push the newly generated change file

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.